Skip to content

Commit 30559fe

Browse files
committed
Update comment
1 parent fcb25bf commit 30559fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sqlmesh/core/plan/explainer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ def visit_restatement_stage(
271271

272272
for snapshot, clear_request in requests:
273273
if not snapshot:
274-
# Snapshots are None (not loaded) unless
274+
# This check is mostly for mypy, snapshots should have been loaded
275+
# while creating the ExplainableRestatementStage if the verbosity was set to VERY_VERBOSE
275276
continue
276277
if clear_request.sorted_environment_names:
277278
# snapshot is promoted in these environments

0 commit comments

Comments
 (0)