Skip to content

Commit

Permalink
Grant nick the right permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Nov 20, 2023
1 parent dbbe0f6 commit d875150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/grants.sql
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ GRANT ROLE DATA_ENGINEER
TO USER "[email protected]";
GRANT ROLE DATA_ENGINEER
TO USER "[email protected]";
GRANT ROLE DATA_ENGINEER
TO USER "[email protected]";

-- data analytics privileges
GRANT ROLE DATA_ANALYTICS TO USER "[email protected]";
Expand Down
1 change: 1 addition & 0 deletions admin/users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";
CREATE USER IF NOT EXISTS "[email protected]";

CREATE USER IF NOT EXISTS DBT_SERVICE
PASSWORD = 'placeholder'
Expand Down

0 comments on commit d875150

Please sign in to comment.