Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vvgsrk/aebb05753603d7870e0b5fabb0fb820a to your computer and use it in GitHub Desktop.
Save vvgsrk/aebb05753603d7870e0b5fabb0fb820a to your computer and use it in GitHub Desktop.
USE ROLE tag_admin;
ALTER TAG dp_governance.tags.customer_sensitive
UNSET 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