Peter Welte
09/25/2024, 11:12 PMuser
09/25/2024, 11:12 PMSettings
tab. Open the Advanced
settings to see the connection state (which manages incremental syncs). Copy the state to your clipboard. Please note that if you are using the same table name from different sources, you should change the namespace (schema), or the table when setting up the syncs so they don't collide. A common pattern is ${source_name}_${table_name}
, so you'll end up with pg1_customers
and pg2_customers
. Sources: - [Upgrading to Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2#additional-steps-for-incremental-sync-modes) - [Github Issue Comment](https://github.com/airbytehq/airbyte/issues/30531)