Object tagging commands, functions, and views: New column and property (Pending)

Attention

This behavior change is in the 2024_08 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, commands, functions, and views related to object tagging will change. These changes include the following:

  • The output of the TAG_REFERENCES and TAG_REFERENCES_ALL_COLUMNS functions in the Snowflake Information Schema includes the following new column at the end:

    Column name

    Data type

    Description

    APPLY_METHOD

    VARCHAR

    Reserved for future use.

  • The TAG_REFERENCES view and the TAG_REFERENCES_WITH_LINEAGE view in the ACCOUNT_USAGE schema include the following new column at the end:

    Column name

    Data type

    Description

    APPLY_METHOD

    VARCHAR

    Reserved for future use.

  • The output of the SHOW TAGS command contains the following new column at the end:

    Column name

    Description

    PROPAGATE

    Reserved for future use.

  • The output of the GET_DDL command can contain a PROPAGATE property when executed to recreate a tag. This property is reserved for future use.

Ref: 1777