- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 12:29 AM
Introduction
I would like to use Alert feature for monitor job status (from log table) in Databricks-SQL.
So, I have write a query in a query notebook (or object) to return result from log table. Also, I have set the alert object for monitoring and trigger when the specific condition is matched.
Question
I would like to know if I could export alert object for deployment to other Databricks workspace? I could not find any option to export an alert object.
Noted
I have already checked the "Migrating existing queries, dashboards, and alerts".
This does not seem to work for me due to it is on different Azure Databricks resource.
So, there is no option to migrate object to another resource.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 05:03 AM
I am not seeing any direct option to export or version control the alert object other than the migrate option.
https://docs.databricks.com/sql/api/queries-dashboards.html - check this link, it might help you in other way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 05:03 AM
I am not seeing any direct option to export or version control the alert object other than the migrate option.
https://docs.databricks.com/sql/api/queries-dashboards.html - check this link, it might help you in other way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 11:15 PM
Hi @Harun Raseed Basheer
I have checked the above link. It's very helpful!
I think this Alerts API could worked for my use case.
Thank you so much. 😃
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 11:20 PM
That's great to hear @Thanapat Sontayasara

