-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Privacy & Compliance Team to Snowflake (#120)
* add Christine, Anthony, Hayley as users * Update grants.sql * remove redundancy grant * move users to Governance
- Loading branch information
1 parent
53793bb
commit 88cf438
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]"; | ||
|
@@ -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]"; | ||
|