How to make SCD type 2 example concurrency safe? #5129
Unanswered
UlrikChristensenGit
asked this question in
Q&A
Replies: 0 comments
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.
-
On the documentation site, there is an example on how to make SCD type 2. However, the example is not concurrency safe: Target table may be changed between making the
stagedUpdates
dataset and using themerge
statement. I cannot figure out, if there is a way of making this operation completely conrrency safe. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions