Skip to content

Commit 97f001e

Browse files
authored
indirect breaking
1 parent 08e492d commit 97f001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/plan/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ def _categorize_snapshot(
677677
if snapshot.is_materialized_view:
678678
# We categorize changes as breaking to allow for instantaneous switches in a virtual layer.
679679
# Otherwise, there might be a potentially long downtime during MVs recreation.
680-
snapshot.categorize_as(SnapshotChangeCategory.BREAKING, forward_only)
680+
snapshot.categorize_as(SnapshotChangeCategory.INDIRECT_BREAKING, forward_only)
681681
return
682682

683683
all_upstream_forward_only = set()

0 commit comments

Comments
 (0)