Hi all,
I am looking to implement the "persona" based access control across multiple workspaces for multiple user groups in Azure Databricks workspaces. Specifically,
- I have a "DEV" workspace where the developer groups (Data Engineers and ML Engineers) should be able to start up compute clusters and execute Databricks workflows and jobs at will
- I have a "PROD" workspace where the developer groups should only be able to view the workflow or job details and logs but should not be able to execute these.
To me it seems like the "persona" based solution described in this article fits the bill nicely. Does anyone have a suggestion on how to implement this in terraform, e.g. using the Databricks provider ?
Thanks in advance!
Dipanjan