benw-at-birdie
07/01/2022, 1:39 PMFULL_TABLE … my assumption was that when updating the target table in snowflake all rows would be deleted before the inserting the new rows. Instead a merge statement is used to add the new rows. This means that any records deleted from the source remain in the target table. Is this expected behaviour?steven_herweijer
07/01/2022, 1:41 PMbenw-at-birdie
07/01/2022, 1:41 PMthomas_briggs
07/01/2022, 1:41 PMbenw-at-birdie
07/01/2022, 1:42 PMsteven_herweijer
07/01/2022, 1:43 PMthomas_briggs
07/01/2022, 1:46 PMbenw-at-birdie
07/01/2022, 1:53 PMadd_metadata_columns option 👍benw-at-birdie
07/01/2022, 3:21 PMhard_delete nor add_metadata_columns ) . It seems this is because the tap (tap-zendesk) doesn’t set a value for the _SDC_DELETED_AT property.
Does anyone know a tap that does support the “Singer Data Capture” properties? I’m curious to see an example of when and how they are set…