Skip to content

Commit 1aadf08

Browse files
committed
Fix: Add a string representation for the Metadata change category (#2797)
1 parent 772b429 commit 1aadf08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlmesh/core/console.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
SnapshotChangeCategory.FORWARD_ONLY: "Forward-only",
5353
SnapshotChangeCategory.INDIRECT_BREAKING: "Indirect Breaking",
5454
SnapshotChangeCategory.INDIRECT_NON_BREAKING: "Indirect Non-breaking",
55+
SnapshotChangeCategory.METADATA: "Metadata",
5556
}
5657

5758

0 commit comments

Comments
 (0)