We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b16a9 commit f7e3c69Copy full SHA for f7e3c69
1 file changed
sqlmesh/core/scheduler.py
@@ -371,7 +371,6 @@ def run_merged_intervals(
371
end: t.Optional[TimeLike] = None,
372
run_environment_statements: bool = False,
373
audit_only: bool = False,
374
- restatements: t.Optional[t.Dict[SnapshotId, Interval]] = None,
375
auto_restatement_triggers: t.Dict[SnapshotId, t.List[SnapshotId]] = {},
376
) -> t.Tuple[t.List[NodeExecutionFailedError[SchedulingUnit]], t.List[SchedulingUnit]]:
377
"""Runs precomputed batches of missing intervals.
@@ -677,7 +676,6 @@ def _run_or_audit(
677
676
end=end,
678
run_environment_statements=run_environment_statements,
679
audit_only=audit_only,
680
- restatements=remove_intervals,
681
auto_restatement_triggers=auto_restatement_triggers,
682
)
683
0 commit comments