You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use an external Postgres database, replace the following parameters in tokern-lineage-engine.yml:
CATALOG_HOST
CATALOG_USER
CATALOG_PASSWORD
CATALOG_DB
This was my first approach but it wasn't working..Here are my observations:
catalog.add_source() was adding source values into demo catalog despite of values given for external host in tokern-lineage-engine.yml file.
catalog.scan_source() was erroring out with the same error shown above: psycopg2.OperationalError: could not translate host name "" to address: Temporary failure in name resolution
The file was ignoring environment variables passed through
docker-compose command.
Also the command-line wrongly accepted CATALOG_PORT for --catalog-db
option.
Update README to provide more information on connecting to an external
postgres.
Update version to 0.7.7
Fixtokern#61
The file was ignoring environment variables passed through
docker-compose command.
Also the command-line wrongly accepted CATALOG_PORT for --catalog-db
option.
Update README to provide more information on connecting to an external
postgres.
Update version to 0.7.7
Fix#61
This was my first approach but it wasn't working..Here are my observations:
Values provided for External Catalog:
Originally posted by @siva-mudiyanur in #57 (comment)
The text was updated successfully, but these errors were encountered: