UX requests for connection setups:
• Connection: postgres to bigquery
• Context: I am replicating about 50 tables , with some of them failing for reasons unknown. Therefore, I am adding tables one by one.
• Ask: When refreshing the schema in the UI:
◦ Do not select all new tables by default
◦ Remember which tables were deliberately not selected
◦ Do not force resets if I'm only adding new tables
• Current workaround:
◦ I'm using the API to add my tables one by one (with a combination of
/v1/sources/discover_schema
and
/v1/connections/update
)