SHOW TAGS command and TAGS view (Account Usage): New columns in output (Pending)

Attention

This behavior change is in the 2026_03 bundle.

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

When this behavior change bundle is enabled, the output of the SHOW TAGS command and the TAGS view in the ACCOUNT_USAGE schema include new columns as described below.

SHOW TAGS command

The output includes the following new columns:

Column name

Data type

Description

ON_CONFLICT

VARCHAR

When tag propagation is enabled for the tag, shows the configured ON_CONFLICT behavior for the tag.

MULTI_VALUE

BOOLEAN

Indicates whether the tag accepts multiple values at the time of association to an object. This property is reserved for a future capability; the column is present as a placeholder until that functionality is available.

TAGS view (Account Usage)

The view includes the following new column:

Column name

Data type

Description

MULTI_VALUE

BOOLEAN

Indicates whether the tag accepts multiple values at the time of association to an object. This property is reserved for a future capability; the column is present as a placeholder until that functionality is available.

Ref: 2291