Skip to content

Commit

Permalink
Fix permissions for data engineer role
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Jan 12, 2024
1 parent 7b1ced9 commit 6a0bf82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/grants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ GRANT ROLE SYSADMIN
TO USER "kevin.boske@sagebase.org";
GRANT ROLE SYSADMIN
TO USER "x.schildwachter@sagebase.org";

GRANT ROLE SYSADMIN
TO USER DPE_SERVICE;
-- warehouse usage privileges
GRANT USAGE ON WAREHOUSE COMPUTE_XSMALL
TO ROLE DATA_ANALYTICS;
Expand Down

0 comments on commit 6a0bf82

Please sign in to comment.