Skip to content

Commit a8fb199

Browse files
committed
Fix rebase
1 parent 44ebb55 commit a8fb199

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlmesh/core/scheduler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ def run_merged_intervals(
415415
selected_snapshot_ids: t.Optional[t.Set[SnapshotId]] = None,
416416
run_environment_statements: bool = False,
417417
audit_only: bool = False,
418-
restatements: t.Optional[t.Dict[SnapshotId, Interval]] = None,
419418
auto_restatement_triggers: t.Dict[SnapshotId, t.List[SnapshotId]] = {},
420419
) -> t.Tuple[t.List[NodeExecutionFailedError[SchedulingUnit]], t.List[SchedulingUnit]]:
421420
"""Runs precomputed batches of missing intervals.
@@ -782,7 +781,6 @@ def _run_or_audit(
782781
end=end,
783782
run_environment_statements=run_environment_statements,
784783
audit_only=audit_only,
785-
restatements=remove_intervals,
786784
auto_restatement_triggers=auto_restatement_triggers,
787785
)
788786

0 commit comments

Comments
 (0)