maxim_lopin
11/23/2021, 11:20 AMmelanto add extractor tap-postgres
says:
Installed extractor 'tap-postgres'
But melanto invoke tap-postgres
gives the following error:
Catalog discovery failed: command ['/meltano/.meltano/extractors/tap-postgres/venv/bin/tap-postgres', '--config', '/meltano/.meltano/run/tap-postgres/tap.32169e67-37c0-40ea-b5a9-6218edd2e35e.config.json', '--discover'] returned 1
Hope someone can help me fix this issue : )boggdan_barrientos
11/23/2021, 2:36 PMtap-postgres
?
Something like this:
capabilities:
- catalog
- discover
- properties
- state
pat_nadolny
11/23/2021, 3:40 PM--log-level=debug
youll get more detail on why its failing. Try meltano --log-level=debug invoke tap-postgres
maxim_lopin
11/30/2021, 2:52 PMmeltano --log-level=debug invoke tap-postgres
, it was a psycopg2.OperationalError: timeout expired
exception. Thanks : )vinh_nguyen__potloc_
07/13/2022, 4:34 PMpsycopg2.OperationalError: timeout expired
, how did you manage to fix that problem? Was it related to a connection using SSH tunnel by any chance? Thanks!