You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/14 14:25:53 UTC

[GitHub] [airflow] eladkal commented on issue #18113: callback functions not called when a dag run is marked success or failure

eladkal commented on issue #18113:
URL: https://github.com/apache/airflow/issues/18113#issuecomment-919203775


   I think this is by design. Marking the DAG Run as success/failure just changes the record status in the database.
   Similarly - marking task as failed does not invoke the operator `on_kill()`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org