-
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.
- Loading branch information
1 parent
f98fedc
commit 0bb5226
Showing
3 changed files
with
20 additions
and
13 deletions.
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 |
---|---|---|
|
@@ -43,12 +43,6 @@ TO ROLE useradmin; | |
GRANT ROLE AD | ||
TO USER "[email protected]"; | ||
|
||
// Public role | ||
// Synapse data warehouse | ||
// GRANT SELECT ON ALL TABLES IN SCHEMA synapse_data_warehouse.synapse TO ROLE PUBLIC; | ||
-- TODO: Add these back in after governance | ||
-- GRANT SELECT ON FUTURE TABLES IN SCHEMA synapse_data_warehouse.synapse | ||
-- TO ROLE PUBLIC; | ||
USE ROLE USERADMIN; | ||
CREATE ROLE IF NOT EXISTS masking_admin; | ||
GRANT ROLE masking_admin | ||
|
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
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