UX requests for connection setups: - Connection: p...
# feedback-and-requests
p
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
)
Hi @Paul Cothenet, could you please open a GitHub issue for this UI request? The current design is quite related to the fact we do not support schema changes yet, it's why we force reset on table addition.