You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a typical backfilling scenario, we want to reprocess multiple dates in a date-partitioned table, with separate parallel dag runs handling each date. Could DuckLake support a partition-scoped INSERT OVERWRITE that atomically replaces the selected partition in a single commit? Similar functionality is available in both Iceberg and Delta, so it would be great to have it in DuckLake as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
In a typical backfilling scenario, we want to reprocess multiple dates in a date-partitioned table, with separate parallel dag runs handling each date. Could DuckLake support a partition-scoped
INSERT OVERWRITEthat atomically replaces the selected partition in a single commit? Similar functionality is available in both Iceberg and Delta, so it would be great to have it in DuckLake as well.All reactions