fix: Add INSERT statements to DAG planning - #2278
Merged
Merged
Conversation
ferenc-csaky
force-pushed
the
fix/add-inserts-to-dag
branch
from
August 12, 2026 15:30
36d3c4c to
6c5ebfc
Compare
ferenc-csaky
force-pushed
the
fix/add-inserts-to-dag
branch
from
August 12, 2026 15:41
6c5ebfc to
55a9e02
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2278 +/- ##
============================================
- Coverage 18.78% 18.74% -0.05%
Complexity 1223 1223
============================================
Files 630 630
Lines 18409 18455 +46
Branches 2250 2251 +1
============================================
Hits 3459 3459
- Misses 14618 14664 +46
Partials 332 332 ☔ View full report in Codecov by Harness. |
mateczagany
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes
INSERTstatements as DAG export nodes with source lineage.RichSqlInsertfor execution, retaining target columns and modifiers.INSERTenqueueing intoDAGPlannerfor deterministic statement-set ordering.Fixes #1921