File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ def run_node(node: SchedulingUnit) -> None:
527527 batch_index = node .batch_index ,
528528 allow_destructive_snapshots = allow_destructive_snapshots ,
529529 allow_additive_snapshots = allow_additive_snapshots ,
530- target_table_exists = snapshot .snapshot_id not in snapshots_to_create ,
530+ target_table_exists = snapshot .snapshot_id not in snapshots_to_create ,
531531 )
532532
533533 evaluation_duration_ms = now_timestamp () - execution_start_ts
@@ -554,6 +554,7 @@ def run_node(node: SchedulingUnit) -> None:
554554 snapshots = self .snapshots_by_name ,
555555 deployability_index = deployability_index ,
556556 allow_destructive_snapshots = allow_destructive_snapshots or set (),
557+ allow_additive_snapshots = allow_additive_snapshots or set (),
557558 )
558559
559560 try :
You can’t perform that action at this time.
0 commit comments