Replies: 1 comment
-
|
Added I've checked if future grants are supported, and the answer is negative. In my view, this feature likely requires future grants to work properly. Otherwise shared workspaces are technically "owned" directly by their creators instead of schema owner roles. In theory, we could try to create & manage shared workspaces via SnowDDL and assign proper grants at the time of creation. But SQL commands for this do not seem to be documented (yet?). Snowflake clearly wants this feature to work via GUI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Snowsight UI recently switched to Wrokspaces as a replacement for Worksheets.
To create Shared Workspace one needs
CREATE WORKSPACE ON SCHEMAprivilege.GRANT OWNERSHIP ON ALL WORKSPACES IN SCHEMA..is not supported, and most probablyON FUTURE WORKSPACESisn't too.Theoretically we need only
owner_create_grants, notowner_future_grants.Beta Was this translation helpful? Give feedback.
All reactions