Skip to content

Instantly share code, notes, and snippets.

@vvgsrk
Last active July 7, 2024 09:37
Show Gist options
  • Save vvgsrk/977b2600e011ba3be4e2f1d7b15be53a to your computer and use it in GitHub Desktop.
Save vvgsrk/977b2600e011ba3be4e2f1d7b15be53a to your computer and use it in GitHub Desktop.
USE ROLE TAG_ADMIN;
ALTER TAG dp_governance.tags.customer_sensitive
SET MASKING POLICY dp_governance.masking_policies.string_mask_customer,
MASKING POLICY dp_governance.masking_policies.timestamp_mask_customer,
MASKING POLICY dp_governance.masking_policies.date_mask_customer
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment