Skip to content

Commit 57e2d30

Browse files
committed
improve comment
1 parent b87dfc6 commit 57e2d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlmesh/core/plan/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def is_breaking_kind_change(old: Snapshot, new: Snapshot) -> bool:
2828
return True
2929
if not new.is_model or not old.is_model:
3030
# If neither are models, then we don't need to rebuild
31+
# Note that the remaining checks only apply to model snapshots
3132
return False
3233
if old.virtual_environment_mode != new.virtual_environment_mode:
3334
# If the virtual environment mode has changed, then we need to rebuild

0 commit comments

Comments
 (0)