Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
[DOC] Fix grants (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jun 23, 2020
1 parent 56a92f5 commit 09ecd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ between `{` and `}` characters to the actual values from point 1 and 2.
```
CREATE OR REPLACE USER {user}
PASSWORD = '{password}'
DEFAULT_ROLE = ppw_test_temp_role
DEFAULT_ROLE = ppw_target_snowflake
DEFAULT_WAREHOUSE = '{warehouse}'
MUST_CHANGE_PASSWORD = FALSE;
GRANT ROLE ppw_test_temp_role TO USER ppw_test_temp_login;
GRANT ROLE ppw_target_snowflake TO USER {user};
```

Replace `warehouse` between `{` and `}` characters to the actual values from point 3.
Expand Down

0 comments on commit 09ecd64

Please sign in to comment.