Object Tagging 命令、函数和视图:新列和属性

Attention

This behavior change is in the 2024_08 bundle.

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

当启用此行为变更捆绑包时,与 Object Tagging 相关的命令、函数和视图将发生更改。这些更改包括:

  • 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:

    | | 列名称 | 数据类型 | 描述 | | ------------ | --------- | ------------------------ | | | APPLY_METHOD | VARCHAR | 保留以供将来使用。 |

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

    | | 列名称 | 数据类型 | 描述 | | ------------ | --------- | ------------------------ | | | APPLY_METHOD | VARCHAR | 保留以供将来使用。 |

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

    | | 列名称 | 描述 | | ----------- | ------------------------ | | | PROPAGATE | 保留以供将来使用。 |

  • 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.

参考:1777