Skip to content

Commit d871346

Browse files
authored
Fix: propagate normalized snapshot name to differ (#2673)
1 parent 63d3df6 commit d871346

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
@@ -484,7 +484,7 @@ def _raise_or_warn(snapshot: Snapshot) -> None:
484484
snapshot_is_destructive[s_id] = False
485485
else:
486486
schema_diff = self._engine_schema_differ.compare_columns(
487-
new.model.name,
487+
new.name,
488488
old_columns_to_types,
489489
new_columns_to_types,
490490
)

0 commit comments

Comments
 (0)