Replies: 1 comment
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Extend DAG's
email_on_failure
feature to the case when a Task/DAG state is modified via Airflow's REST API endpoints such asupdateTaskInstancesState
.Use case / motivation
Suppose a Task state is set to 'failed' via the official REST API. It would be convenient if the
email_on_failure
setting of the respective DAG would also apply here.Beta Was this translation helpful? Give feedback.
All reactions