Accounts and Security1 / 5
What is the purpose of tag-based masking in Snowflake?
CorrectNot quite
Alex
Tag-based masking automatically applies masking policies to columns carrying a specific tag. Per Snowflake docs (docs.snowflake.com/en/user-guide/tag-based-masking-policies), you associate a masking policy with a tag via ALTER TAG; when that tag is assigned to a column whose data type matches the policy signature, masking is enforced automatically. This enables centralized, scalable governance—one tag assignment protects all matching columns across tables. The option “To mask data based on its storage format” is wrong: masking controls access to values, not storage format. The option “To mask column names in query results” is wrong: column names are never masked; column values are. The option “To encrypt tag metadata in the catalog” is wrong: tag metadata is not encrypted by masking policies; encryption is a separate concern.
Sourcedocs.snowflake.com
Create a free account to keep asking Alex — no credit card required.
Question 1 of 5
Get started free