Tag
Represents a tag in Snowflake, which can be used to label various resources for better management and categorization.
Examples
Python
YAML
Fields
name
(string, required) - The name of the tag.allowed_values
(list) - A list of allowed values for the tag.comment
(string) - A comment or description for the tag.
Last updated