get_tag_values
Retrieve all allowed values configured for a Snowflake tag. Use this to inspect values before creating masking rules with add_rules.
Instructions
List all allowed values configured for a specific tag.
SNOWFLAKE ONLY. Databricks tags are raw strings, not ALTR-managed objects, so they have no stored allowed-values list here — use whatever tag values exist in the Databricks catalog directly.
These values are referenced when creating masking
rules with add_rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | Yes | Tag name (from `get_tags`) whose values you want to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||