Skip to content

Commit

Permalink
Restore USAGE privilege on STAGE for WRITE role as well
Browse files Browse the repository at this point in the history
  • Loading branch information
littleK0i committed May 9, 2024
1 parent a5f175d commit d5c251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowddl/parser/permission_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"VIEW": ["OWNERSHIP"],
},
"write_future_grants": {
"STAGE": ["READ", "WRITE"],
"STAGE": ["READ", "WRITE", "USAGE"],
"SEQUENCE": ["USAGE"],
"TABLE": ["INSERT", "UPDATE", "DELETE", "TRUNCATE"],
},
Expand Down

0 comments on commit d5c251b

Please sign in to comment.