Skip to content

Instantly share code, notes, and snippets.

@daanalytics
Created April 21, 2023 12:38
Show Gist options
  • Save daanalytics/6e6017cf2b78fa4329ee2cdfb69cace4 to your computer and use it in GitHub Desktop.
Save daanalytics/6e6017cf2b78fa4329ee2cdfb69cace4 to your computer and use it in GitHub Desktop.
Apply PII Name Tag - Object Tagging
- Apply Tags
ALTER TABLE frostbyte_tasty_bytes.raw_customer.customer_loyalty
MODIFY COLUMN first_name
SET TAG frostbyte_tasty_bytes.raw_customer.pii_name_tag = 'First Name'
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment