Skip to content

Commit 8424706

Browse files
committed
Fix: Add a string representation for the Metadata change category (#2797)
1 parent 99c3384 commit 8424706

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlmesh/core/console.py

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

5859

0 commit comments

Comments
 (0)