Skip to content

Commit 6911d43

Browse files
committed
Make parameters object_type and object_name mandatory for SNAPSHOT_SET
1 parent 1a8ed03 commit 6911d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snowddl/parser/snapshot_set.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"type": "string"
2727
}
2828
},
29+
"required": ["object_type", "object_name"],
2930
"additionalProperties": False
3031
}
3132
# fmt: on

0 commit comments

Comments
 (0)