Skip to main content

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

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"
Last updated on