Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to setup alert for dataform workflow execution failure?

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.

 

0 3 2,002
3 REPLIES 3

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

[1] https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.workflowInv...

RC1
Bronze 4
Bronze 4

@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