Skip to content

Commit

Permalink
Fix grants
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Oct 18, 2024
1 parent 5ca0b6f commit 18b4580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/grants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ GRANT EXECUTE TASK, EXECUTE MANAGED TASK ON ACCOUNT TO ROLE taskadmin;
GRANT CREATE DATABASE ON ACCOUNT TO ROLE DATA_ENGINEER; --noqa: PRS
USE ROLE securityadmin;
GRANT ROLE taskadmin TO ROLE DATA_ENGINEER; --noqa: PRS
GRANT ROLE taskadmin TO ROLE SYSADMIN; --noqa: PRS

GRANT CREATE TASK ON SCHEMA SYNAPSE_DATA_WAREHOUSE.SYNAPSE_RAW
TO ROLE DATA_ENGINEER;
Expand Down

0 comments on commit 18b4580

Please sign in to comment.