Hey, does IncrementalDataSet support the SCD/merge...
# questions
d
Hey, does IncrementalDataSet support the SCD/merge statement to update/insert/delete specific rows from its (previous) partitions?
so this is fully available only with the deltalake connector? @datajoely
d
no it was more a point on the conceptual pieces around this
image.png
👍 1
if you’re going to do an “out of dag” operation in Kedro you need to start doing fake datasets to preserve the right execution order
🤔 1
it’s not super elegant and speaks to how the paradigm doesn’t really work for
UD
d
hmm, okay. Do you have any examples with these out of dag operations and fake datasets?
d
in the doc i shared
but for SQL we don’t have the same dataframe like abstraction
👍 1
so not sure we have anything to go with SQL
longer term Ibis may be a solution for this
🦜 1
d
k, thanks