How to assign user group for email notification in databricks Alerts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 04:57 AM - edited 08-13-2024 05:01 AM
How can I assign a azure databricks user group to an alert for notification?
Current scenario is whenever we need to add a user for alert email notification we are manually adding that user email address to each we setup (more than 100) which is very daunting task.
So we created a group of users within a databricks and tried to add that in alert schedule destinations, but group is not showing as the option only individual users' email address is visible.
If this is not possible then possible alternative/workaround would be great to implement.
#Alerts
- Labels:
-
Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 08:23 PM
One option is to handle the logic inside the python notebook to trigger alerts using emali and smtp lib which accepts databricks local groups and AD groups that are synched.

