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.