Last active
July 7, 2024 09:39
-
-
Save vvgsrk/aebb05753603d7870e0b5fabb0fb820a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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