[dagster-polars] Feat/delta merge options#218
Conversation
…egrations into feat/delta-merge-options
…egrations into feat/delta-merge-options
|
@danielgafni I would need a bit of help with the open TODOs, to decide if the current approach is fine or not for missing target tables while merging and with order of operations in case of multiple matching condition. But most of all I need some help with the handling of multiple partitions, to add the correct conditions to the merge condition and allow partition pruning and avoid a full table scan. |
|
Hey @danielgafni, did you have a chance to take a look? I'm fine with leaving the TODOs as they are right now, but I'd love some help on the multi-partition handling as I'm not too familiar with it. |
|
Hey, not yet, I was busy at work. I'll try to take a look today or tomorrow! |
Summary & Motivation
I would recommend a new minor rather than patch, since this adds a significant bit of functionality.
How I Tested These Changes
Changelog
Ensure that an entry has been created in
CHANGELOG.mdoutlining additions, deletions, and/or modifications.See: keepachangelog.com