Questionlink
Does turning a table OFF and ON in the connector dashboard, cause a table-level re-sync?
Environmentlink
- Database connectors
- API-based connectors (connectors that sync data using the source API)
Answerlink
Database connectors
Yes. If you deselect a table in the Schema tab of your connector dashboard, and then select it again, it will trigger a table-level historical re-sync.
API-based connectors
No. If you deselect a table in the Schema tab of your connector dashboard, and then select it again, it will not trigger a table-level historical re-sync. The sync starts from where it last left off and syncs all data from the time the cursor state was saved.
Causelink
-
Database connectors: Excluding a table from the sync, removes the state of the table. When you re-include the table, we need to run a table-level historical re-sync.
-
API-based connectors: Excluding a table from the sync, pauses the table’s cursor within the saved state. When you re-include the table, we pull in all data starting from the date that it was paused.