Replies: 4 comments 2 replies
-
|
You may grant share role via parameter Default Application roles are currently not implemented directly, but maybe now is a good time to add it. Applications were problematic and unstable initially, so no serious accounts ever used them. But now it should be fine. I'll add it with the next update. In the meantime, you may sidestep all permission-related issues and limitations by using |
Beta Was this translation helpful? Give feedback.
-
|
The main question regarding applications is how they should be treated in context of "env prefix". Can we create multiple instances of the same application? Is it a good idea? Alternatively, should we let admins create one application per account and let all dev environments share single instance of application? Is it dangerous? Does it cause any problems? Everything else should be relatively straightforward. |
Beta Was this translation helpful? Give feedback.
-
|
I've pushed a small update with application roles support. Try this for business role: my_role:
application_role:
- SNOWFLAKE.APP_USAGE_VIEWER
share_read:
- SNOWFLAKE.USAGE_VIEWER |
Beta Was this translation helpful? Give feedback.
-
|
Hi thanks for the prompt reply + feature roll out within the same day. day saver! Noticed that this is a different behavior than the other objects that requires accountadmin role like ip, and and account_params. In those objects, i notice that it would not throw error or warning, but it would show up in suggested query when i Also, I believe i asked elsewhere before. As we are using it more and more, I found out that there are alot more of objects that is actually reliant on accountadmin to apply. While i understand that those are critical objects that should be handle with care and not use snowddl in your point of view, we also want to version control and keep it tracked and allow the team to be able to alter it without over-relying on the few accountadmins that we have granted the role to. Any suggestions on how we can do this with or without snowddl? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.snowflake.com/en/user-guide/performance-explorer#required-privileges
hi, any idea how can i grant the above to allow user to access performance explorer?
also on database role, https://docs.snowddl.com/basic/yaml-configs/database-role, the documentation says
should i be using the database_role.yml file?
Beta Was this translation helpful? Give feedback.
All reactions