ephraimbuddy opened a new pull request, #30165:
URL: https://github.com/apache/airflow/pull/30165
From the comment on exception handling when a task is killed externally we
do not handle callback thus
the above fix was made in error. Here's the comment on code:
for case when task is marked as success/failed externally
or dagrun timed out and task is marked as skipped
current behavior doesn't hit the callbacks
https://github.com/apache/airflow/blob/b65dbaaf3f21ea5396da121bbfa7f895d0ab8516/airflow/models/taskinstance.py#L1468-L1470
closes: https://github.com/apache/airflow/issues/30146
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]