- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2021 09:41 AM
Hi All,
i am new to azure databricks , i am using pyspark .. we need to configure mail alerts when notebook failed or succeeded ..please can some one help me in mail configuration azure data bricks .
Thanks
- Labels:
-
Azure
-
Azure databricks
-
Newbie
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2021 10:18 AM
If you run your notebook as jobs there is ready option for that https://docs.databricks.com/jobs.html#alerts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2021 10:18 AM
If you run your notebook as jobs there is ready option for that https://docs.databricks.com/jobs.html#alerts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2021 02:15 AM
the easiest way to schedule notebooks in Azure is to use Data Factory.
In Data Factory you can schedule the notebooks and define the alerts you want to send.
The other option is the one Hubert mentioned.

