Skip to content

Added a sample dag alert .

Mayank Saggar [Microsoft] requested to merge sample-airflow-dag-alert into master

Infrastructure Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [NO] I have updated the documentation accordingly.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] I have formatted the terraform code. (terraform fmt -recursive && go fmt ./...)

Current Behavior or Linked Issues


Added a sample dag alert which triggers when the dag run duration of particular dag exceeds the threshold

Does this introduce a breaking change?


  • [YES]

Other information


The output of the alert will be similar to the below. Sample_dag_alert

Sample_dag_alert2

Edited by Mayank Saggar [Microsoft]

Merge request reports