I was trying to set up an email alerting for failed jobs in dataform execution. I tried using cloud monitoring tool in gcp for sending alerting emails for failed execution job in dataform. But I couldn't get the exact result. Kindly help me with the solution.
Thanks.
Hi there,
The only way to do this today would be to set up a service listening to the REST API for new workflowInvocation failures. [1]
Dataform will start sending logs to cloud logging next quarter, at which point you'll be able to set alerts with cloud monitoring
@AnjanaArun I do see some notification config things in this sample project.
https://github.com/dataform-co/dataform-example-project-bigquery/blob/master/schedules.json
I am afraid this refers to the old version of Dataform, which is not in GCP