Skip to content

Commit

Permalink
update contrib doc with intg test user grant db requirement (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gbloom authored May 14, 2024
1 parent 6fdb2e9 commit 7ef04ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ grant create database on account to role <role_name>;
grant create role on account to role <role_name>;
grant usage on warehouse xsmall to role <role_name>;
grant operate on warehouse xsmall to role <role_name>;
grant create database on account to role <role_name> with grant option;
```

## Remote debugging with PyCharm or IntelliJ
Expand Down

0 comments on commit 7ef04ca

Please sign in to comment.