Skip to content

Instantly share code, notes, and snippets.

@vvgsrk
Last active July 7, 2024 09:58
Show Gist options
  • Save vvgsrk/7df2783863aad1e9a5ede343f9899acb to your computer and use it in GitHub Desktop.
Save vvgsrk/7df2783863aad1e9a5ede343f9899acb to your computer and use it in GitHub Desktop.
USE ROLE USERADMIN;
-- Jamie
ALTER USER jamie SET TAG dp_governance.tags.employee_sensitive = 'compensation';
-- Avery
ALTER USER avery SET TAG dp_governance.tags.employee_sensitive = 'payroll';
-- Blake
ALTER USER blake SET TAG dp_governance.tags.employee_sensitive = 'compensation,payroll';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment