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