What would you like to happen?
Is there a way to make a difference by adding a check box to track deleted record like the feature in dbt for snapshot
hard_deletes: invalidate
this way the target table will just put an end date to the deleted row from the source when not found
usually with classic ETL you need to get the source keys, compare manually with destinations keys, flag missing one etc.....
since you are already preforming lookup, only missing couple of line code to add to get the feature, would be to flag missing rows from source and flag them with an end date
Imagine how hard an SSIS developer or a DataStage would cary to have a checkbox like that :D
thanks
Issue Priority
Priority: 2
Issue Component
Component: Transforms
What would you like to happen?
Is there a way to make a difference by adding a check box to track deleted record like the feature in dbt for snapshot
hard_deletes: invalidatethis way the target table will just put an end date to the deleted row from the source when not found
usually with classic ETL you need to get the source keys, compare manually with destinations keys, flag missing one etc.....
since you are already preforming lookup, only missing couple of line code to add to get the feature, would be to flag missing rows from source and flag them with an end date
Imagine how hard an SSIS developer or a DataStage would cary to have a checkbox like that :D
thanks
Issue Priority
Priority: 2
Issue Component
Component: Transforms