Hello,
I am working on a project to document permissions for both admins and non-admin users across all relevant objects at the workspace level in Azure Databricks (e.g., tables, jobs, clusters, etc.).
I understand that admin-level permissions might be partially available through information schema, but detailed permissions for non-admin users likely require the Databricks REST API.
Could you guide me on:
- The most efficient way to retrieve and document these permissions?
- Whether there are built-in tools or queries for this purpose?
- Any recommended practices for structuring this data in a report?
Thank you!