Tag
Configuration can be provided to Snowflake Object Lifecycle Engine for the following operation with Tag:
- Manage Lifecycle of new and existing Tag
#
Supported ParametersThe runner supports below parameters.
- COMMENT: Specifies a comment for the task.
- Configuration key:
comment
- Data Type: String
- Configuration key:
#
Basic syntaxdatabases: <database-name>: schemas: <schema-name>: tags: <task-name>: <configuration-key>: <value>
#
Examplesdatabases: PRODUCTS_RECORD: schemas: PRODUCTS: tags: PRODUCT: comment: "PRODUCT Tag"