How to set the default sync mode for a connection #30783
Unanswered
danielzepp
asked this question in
Connector Questions
Replies: 1 comment
-
Hi @danielzepp. The bulk edit was removed here: #26080. This functionality is important to our use, we have around 30 DBs/Connections with around 600 tables. You may be able to use the Airbyte API to Refresh the source schema and then potentially use this to to set the Sync Mode via the API but I havn't tried this yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(I am using airbyte 0.50.30 OSS)
I created a connection to transfer data from PostgreSQL to Bigquery using CDC.
Even if a record is deleted in PostgreSQL, Bigquery expects the data to remain at the same time as the time is marked in "_ab_cdc_deleted_at".
From looking at the Airbyte documentation, I understand that if the sync mode is set to "Incremental | Append", it will work as I intended.
The point here is that there are about 500 tables in the database, and modifying the selection of all these tables by hand seems very difficult. (Also, I don't want to have human intervention every time a table is added.)
Is there a way to set the default sync mode to "Incremental | Append"?
Beta Was this translation helpful? Give feedback.
All reactions