Alert ACL's not available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 08:00 AM - edited 09-11-2024 08:08 AM
The list of available ACL's for alerts suggests there's a way to set "can run" and "can manage" permissions but neither the REST API nor the Databricks CLI show options for setting permissions. Is there a way to set acl's on alerts? If so, how?
Alert ACL's: Access control lists - Azure Databricks | Microsoft Learn
Rest API: Alerts API | REST API reference | Azure Databricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 10:12 AM
The API call needed to set the ACLs for an alert and other object types as (alerts | dashboards | data_sources | queries) is:
https://docs.databricks.com/api/workspace/dbsqlpermissions/set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2026 02:20 PM
Thanks @Walter_C Looks like that api is deprecated now. Here's the latest one: Set workspace object permissions | Workspace API | REST API reference | Databricks on AWS