Hey everyone,
Weโve been using Autoloader extensively for a while, and now weโre looking to transition to full Lakeflow Declarative Pipelines. From what Iโve researched, the reader part seems straightforward and clear.
For the writer, I understand that I can use a sink and provide the necessary options. What Iโm not fully clear on is how to implement the MERGE logic. In my current Autoloader setup, I handle this via forEachBatch.
How should this be approached in the Lakeflow Declarative Pipelines framework? Could I use forEachBatch? I did not find any documentation on the topic.
Thanks in advance!