Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2025 02:28 AM
Hello @HoussemBL
As far I know, there is no direct syntax or configuration option within the bundle YAML (e.g., under permissions, workspace, or any other top-level key) to set permissions on workspace folders, directories, or the root_path itself. The permissions mapping in bundles is limited to supported resource types like jobs, pipelines, dashboards, models, and experiments. It applies access levels such as CAN_VIEW, CAN_MANAGE, or CAN_RUN (or resource-specific variants like CAN_EDIT or IS_OWNER) to those assets only.
For more information: https://docs.databricks.com/aws/en/dev-tools/bundles/permissions#define-permissions-for-a-specific-r...
Open for other solutions