Skip to content

Commit

Permalink
Remove unnecessary grant because AD role is granted to SYSADMIN role
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Oct 18, 2024
1 parent 18b4580 commit 83b3ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/grants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,6 @@ TO ROLE DATA_ANALYTICS;
USE SCHEMA SAGE.AD;
GRANT ALL PRIVILEGES ON SCHEMA AD
TO ROLE AD;
GRANT ALL PRIVILEGES ON FUTURE TABLES IN SCHEMA AD
TO ROLE SYSADMIN;
GRANT CREATE SCHEMA, USAGE ON DATABASE SAGE
TO ROLE AD;
GRANT USAGE ON DATABASE SYNAPSE_DATA_WAREHOUSE
Expand Down

0 comments on commit 83b3ff7

Please sign in to comment.