Skip to content

Commit

Permalink
Merge pull request #16 from Sage-Bionetworks/fix-permissions
Browse files Browse the repository at this point in the history
[SNOW-43] Fix permissions for data engineer role
  • Loading branch information
thomasyu888 authored Jan 12, 2024
2 parents 7b1ced9 + 6a0bf82 commit ed71aaf
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 ed71aaf

Please sign in to comment.