We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fb199 commit 8138868Copy full SHA for 8138868
sqlmesh/core/scheduler.py
@@ -532,7 +532,9 @@ def run_node(node: SchedulingUnit) -> None:
532
evaluation_duration_ms,
533
num_audits - num_audits_failed,
534
num_audits_failed,
535
- auto_restatement_triggers=auto_restatement_triggers.get(snapshot.snapshot_id),
+ auto_restatement_triggers=auto_restatement_triggers.get(
536
+ snapshot.snapshot_id
537
+ ),
538
)
539
elif isinstance(node, CreateNode):
540
self.snapshot_evaluator.create_snapshot(
0 commit comments