Skip to content

Allowing multiple deltas #138

Answered by tkirschke
marcinsiewiera asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @marcinsiewiera and thanks for reaching out!

You have described a very neat example of arriving data! Lets go through the CTEs of a Satellite v0:

  • source_data: wont kick out any of the source data because the loadDate is larger than the existing one
  • deduplicate_qualify: wont kick out any of the source data, because no consecutive load has the same descriptive data
  • records_to_insert: The WHERE NOT EXIST will filter out the highlighted row of the source data, because the descriptive attributes are the same as in the satellite. All other rows from the source_data are inserted.

So from my understanding, your proposed scenario does not lead to problems.
Let me know if this helps!

Best rega…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@marcinsiewiera
Comment options

Answer selected by tkirschke
Comment options

You must be logged in to vote
2 replies
@tkirschke
Comment options

@cmettler
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants