You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Destination Connector and version: BigQuery 1.1.11
Step where error happened: Reset
Current Behavior
When running a reset against our BigQuery tables, the _scd tables used for the 'Incremental deduped + history' mode aren't cleared. This means that, when the next sync completes, all the old data is added back to the reset tables, which can lead to dirty data etc. if there have been issues previously.
Expected Behavior
The _scd tables should also be reset so that old history is not included in further syncs.
Steps to Reproduce
Run an incremental deduped sync into BigQuery
Delete/change the source data
Reset the destination tables
Sync again
Old data will be present in BigQuery
Are you willing to submit a PR?
No. From this Discourse thread, it seems the same happens with Snowflake, so it's possibly a larger problem.
The text was updated successfully, but these errors were encountered:
Environment
Current Behavior
When running a reset against our BigQuery tables, the
_scd
tables used for the 'Incremental deduped + history' mode aren't cleared. This means that, when the next sync completes, all the old data is added back to the reset tables, which can lead to dirty data etc. if there have been issues previously.Expected Behavior
The
_scd
tables should also be reset so that old history is not included in further syncs.Steps to Reproduce
Are you willing to submit a PR?
No. From this Discourse thread, it seems the same happens with Snowflake, so it's possibly a larger problem.
The text was updated successfully, but these errors were encountered: