Skip to content

Commit 9f60b52

Browse files
committed
comments
1 parent 76aff43 commit 9f60b52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sqlmesh/core/snapshot/evaluator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ def _evaluate_snapshot(
751751
rendered_physical_properties=rendered_physical_properties,
752752
allow_destructive_snapshots=allow_destructive_snapshots,
753753
)
754+
common_render_kwargs["runtime_stage"] = RuntimeStage.EVALUATING
754755
elif model.annotated or model.is_seed or model.kind.is_scd_type_2:
755756
self._execute_create(
756757
snapshot=snapshot,
@@ -762,6 +763,7 @@ def _evaluate_snapshot(
762763
dry_run=False,
763764
run_pre_post_statements=False,
764765
)
766+
common_render_kwargs["runtime_stage"] = RuntimeStage.EVALUATING
765767

766768
wap_id: t.Optional[str] = None
767769
if snapshot.is_materialized and (
@@ -1024,7 +1026,6 @@ def _migrate_snapshot(
10241026
snapshots=snapshots,
10251027
runtime_stage=RuntimeStage.CREATING,
10261028
deployability_index=deployability_index,
1027-
execution_time=now(),
10281029
)
10291030
target_table_name = snapshot.table_name()
10301031

0 commit comments

Comments
 (0)