Skip to content

Commit

Permalink
Add Privacy & Compliance Team to Snowflake (#120)
Browse files Browse the repository at this point in the history
* add Christine, Anthony, Hayley as users

* Update grants.sql

* remove redundancy grant

* move users to Governance
  • Loading branch information
jaymedina authored and philerooski committed Feb 3, 2025
1 parent 53793bb commit 88cf438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions admin/grants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
GRANT ROLE DATA_ANALYTICS TO USER AD_SERVICE;

// Leaders
Expand Down Expand Up @@ -220,6 +222,8 @@ GRANT ROLE GOVERNANCE TO USER "[email protected]";
GRANT ROLE GOVERNANCE TO USER "[email protected]";
GRANT ROLE GOVERNANCE TO USER "[email protected]";
GRANT ROLE GOVERNANCE TO USER "[email protected]";
GRANT ROLE GOVERNANCE TO USER "[email protected]";
GRANT ROLE GOVERNANCE TO USER "[email protected]";
GRANT ROLE GOVERNANCE TO ROLE SYSADMIN;

-- Create governance privileges
Expand Down
3 changes: 2 additions & 1 deletion admin/users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";


// ADTR
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
Expand Down Expand Up @@ -67,6 +66,8 @@ CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";

// CNB
CREATE USER IF NOT EXISTS "[email protected]";
Expand Down

0 comments on commit 88cf438

Please sign in to comment.