We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb25bf commit 30559feCopy full SHA for 30559fe
1 file changed
sqlmesh/core/plan/explainer.py
@@ -271,7 +271,8 @@ def visit_restatement_stage(
271
272
for snapshot, clear_request in requests:
273
if not snapshot:
274
- # Snapshots are None (not loaded) unless
+ # This check is mostly for mypy, snapshots should have been loaded
275
+ # while creating the ExplainableRestatementStage if the verbosity was set to VERY_VERBOSE
276
continue
277
if clear_request.sorted_environment_names:
278
# snapshot is promoted in these environments
0 commit comments