We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e492d commit 97f001eCopy full SHA for 97f001e
sqlmesh/core/plan/builder.py
@@ -677,7 +677,7 @@ def _categorize_snapshot(
677
if snapshot.is_materialized_view:
678
# We categorize changes as breaking to allow for instantaneous switches in a virtual layer.
679
# Otherwise, there might be a potentially long downtime during MVs recreation.
680
- snapshot.categorize_as(SnapshotChangeCategory.BREAKING, forward_only)
+ snapshot.categorize_as(SnapshotChangeCategory.INDIRECT_BREAKING, forward_only)
681
return
682
683
all_upstream_forward_only = set()
0 commit comments