We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c3384 commit 8424706Copy full SHA for 8424706
1 file changed
sqlmesh/core/console.py
@@ -53,6 +53,7 @@
53
SnapshotChangeCategory.FORWARD_ONLY: "Forward-only",
54
SnapshotChangeCategory.INDIRECT_BREAKING: "Indirect Breaking",
55
SnapshotChangeCategory.INDIRECT_NON_BREAKING: "Indirect Non-breaking",
56
+ SnapshotChangeCategory.METADATA: "Metadata",
57
}
58
59
0 commit comments