We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the recent release of masking policies as supported resources, I would like the ability to set masking policies on the tag configs. yml example:
tags: - name: COST allowed_values: ['true'] comment: Tag for cost related data. owner: ACCOUNTADMIN masking_policy: name: COST_POLICY
Titan would run:
alter tag cost set masking policy cost_policy
This would help teams who leverage Snowflake's tag based masking policies to keep even more configuration within Titan.
Snowflake docs on tag based masking
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the recent release of masking policies as supported resources, I would like the ability to set masking policies on the tag configs.
yml example:
Titan would run:
This would help teams who leverage Snowflake's tag based masking policies to keep even more configuration within Titan.
Snowflake docs on tag based masking
The text was updated successfully, but these errors were encountered: