Skip to content

Commit f7e3c69

Browse files
committed
Fix rebase
1 parent 44b16a9 commit f7e3c69

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
@@ -371,7 +371,6 @@ def run_merged_intervals(
371371
end: t.Optional[TimeLike] = None,
372372
run_environment_statements: bool = False,
373373
audit_only: bool = False,
374-
restatements: t.Optional[t.Dict[SnapshotId, Interval]] = None,
375374
auto_restatement_triggers: t.Dict[SnapshotId, t.List[SnapshotId]] = {},
376375
) -> t.Tuple[t.List[NodeExecutionFailedError[SchedulingUnit]], t.List[SchedulingUnit]]:
377376
"""Runs precomputed batches of missing intervals.
@@ -677,7 +676,6 @@ def _run_or_audit(
677676
end=end,
678677
run_environment_statements=run_environment_statements,
679678
audit_only=audit_only,
680-
restatements=remove_intervals,
681679
auto_restatement_triggers=auto_restatement_triggers,
682680
)
683681

0 commit comments

Comments
 (0)