E-mail notification on failure run with DBX deployment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 02:32 AM
I am deploying workflow to Databricks using DBX. Here I want to add that when the workflow runs and if it fails I will get an e-mail on my_email@email.com. I have included an example workflow.
deployments:
- name: my_workflow
...
# Other workflow configurations
...
tasks:
- name: my_task
...
# Task configurations
...
# notification hereI have not been able to find any documentation about this.
- Labels:
-
Notification
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 09:31 PM
Hi @Andreas Kaae
Great to meet you, and thanks for your question!
Let's see if your peers in the community have an answer to your question. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 01:14 PM
Hi @akc,
Thank you for posting your question in the Databricks community.
Please refer to this documentation for the email notification.