Snowflake Notebooks #113
Replies: 4 comments 8 replies
-
Notebooks feature still seems underbaked. For example, future grants for notebooks are not supported. Anyway, I've added (1) Create new permission model and add CREATE NOTEBOOK grant: schema_with_notebooks:
inherit_from: default
owner_create_grants:
- NOTEBOOK (2) Use it from specific SCHEMA: permission_model: schema_with_notebooks Since ownership is not set and cannot be set, notebooks will be "owned" by creator user roles. I suspect, notebooks will be executed with creator role permissions. Unimpressive, but not much we can do for now. Btw, did you consider using Hex for notebooks instead? I suspect it will be much cheaper and easier to use & share compared to native notebooks. |
Beta Was this translation helpful? Give feedback.
-
Hello again! I'm trying to find the "hidden" permission that is causing the problem, but not having any joy at the moment. Any thoughts? Thanks |
Beta Was this translation helpful? Give feedback.
-
Bit disaapointed that the guy managing the supprort ticket originally wasn't able to provide this information. I sent a video of the issue across which was downloaded at 8:45 this morning, and the SE sent the above email less than 15 minutes later. Fingers crossed! |
Beta Was this translation helpful? Give feedback.
-
The change appears to have been deployed onto Snowflake now, so notebooks are all working as expected now :-) Thanks for the support as always! |
Beta Was this translation helpful? Give feedback.
-
Hello!
Now that Notebooks are in public preview, is it possible to get the "create notebooks" grant added to SnowDDL? I'm currently manually allocating this permission to each user using global role, but it would be great if we could get to a point where notebooks permissions could be set from SnowDDL within the relevant schema.
Thanks
Ben
Beta Was this translation helpful? Give feedback.
All reactions