How to set permissions for root workspace objects (e.g. repos)? #357
Unanswered
andy-potter-evotix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Via the Databricks SDK we can successfully set permissions on specific workspace objects (e.g. clusters, jobs, notebooks, etc). However, when it comes to repos we want to be able to set a permission at the root level (i.e. for all repos) in a workspace. The documentation for the permission set/update methods in the SDK (and the API guide) says that objects inherit permissions from the root object. But there doesn't appear to be a way to set the root object level permissions. Is this something that is not possible via the API/SDK at the moment?
Beta Was this translation helpful? Give feedback.
All reactions