Open joseph-maddox opened 1 year ago
This occurs with or without CDC. Connector check passes but when setting up a new connection, tables are not populated in catalog / don't show in the UI (it's greyed out and says "No streams")
We re-ran setup for the airbyte db user, and checked replication identity etc but it didn't help. Either way, the connector seems to find the tables, they just don't get added to the catalog for some reason.
We think this may have been due to the large number of tables (more than 10k) visible to the db user that we were using. Assuming that is the case, it would have been helpful to have had that show up in the logs as an error.
Connector Name
source-postgres
Connector Version
3.1.3
What step the error happened?
Configuring a new connector
Revelant information
All source checks pass (in the source config page). The logs show that tables are discovered (see below) but the UI does not show any tables (preventing connection setup from proceeding).
Relevant log output
Contribute