Marking rows as is_deleted
when records no longer exist in upsert mode?
#445
Unanswered
nicklausroach
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@flarco bumping this in case you missed it. Would love your thoughts! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sure this has been discussed, but is there a way currently to handle the situation where the source data has removed rows in a table that is being ingested via upsert? I suppose this starts to dip into CDC world, but being able to add an
is_deleted
flag to the data would be extremely valuable. I imagine the only way around this currently is snapshotting.Beta Was this translation helpful? Give feedback.
All reactions