We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ebb55 commit a8fb199Copy full SHA for a8fb199
1 file changed
sqlmesh/core/scheduler.py
@@ -415,7 +415,6 @@ def run_merged_intervals(
415
selected_snapshot_ids: t.Optional[t.Set[SnapshotId]] = None,
416
run_environment_statements: bool = False,
417
audit_only: bool = False,
418
- restatements: t.Optional[t.Dict[SnapshotId, Interval]] = None,
419
auto_restatement_triggers: t.Dict[SnapshotId, t.List[SnapshotId]] = {},
420
) -> t.Tuple[t.List[NodeExecutionFailedError[SchedulingUnit]], t.List[SchedulingUnit]]:
421
"""Runs precomputed batches of missing intervals.
@@ -782,7 +781,6 @@ def _run_or_audit(
782
781
end=end,
783
run_environment_statements=run_environment_statements,
784
audit_only=audit_only,
785
- restatements=remove_intervals,
786
auto_restatement_triggers=auto_restatement_triggers,
787
)
788
0 commit comments