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
To investigate: The dbt_scd_id generated for Snapshots does not necessarily include the unique key for the record. This means that two different records which share a set of check_cols could conflict. Instead, the dbt_scd_id column should be generated from the unique_key + check_cols, that way each individual record can be tracked independently.
TODO:
Verify that this is an issue
Verify that including the unique_key in the hash is a viable solution
The text was updated successfully, but these errors were encountered:
drewbanin
changed the title
Incorporate unique key into scd_id in Snapshot "check" st
Incorporate unique key into scd_id in Snapshot "check" strategy
Jul 5, 2019
Issue
Issue description
To investigate: The
dbt_scd_id
generated for Snapshots does not necessarily include the unique key for the record. This means that two different records which share a set ofcheck_cols
could conflict. Instead, thedbt_scd_id
column should be generated from theunique_key
+check_cols
, that way each individual record can be tracked independently.TODO:
unique_key
in the hash is a viable solutionThe text was updated successfully, but these errors were encountered: