Skip to content

Commit e07621a

Browse files
authored
fix: ensure execution time is set (#3410)
1 parent 962f7d2 commit e07621a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlmesh/core/scheduler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ def run_merged_intervals(
465465
Returns:
466466
A tuple of errors and skipped intervals.
467467
"""
468+
execution_time = execution_time or now()
469+
468470
batched_intervals = self.batch_intervals(merged_intervals, start, end, execution_time)
469471

470472
self.console.start_evaluation_progress(

0 commit comments

Comments
 (0)