gyli commented on PR #41141: URL: https://github.com/apache/airflow/pull/41141#issuecomment-2264472595
You can test it in Breeze environment. The change fixes the hanging task indeed, while it might not be enough. With this change and argument `deferrable=True` and `failed_states=["failed"]` set, it will return success state as long as external task does not have failed state, which is different to the behavior with deferrable==False. https://github.com/apache/airflow/blob/e6eec0cfad424e402fe2a03b42818e706f0685ba/airflow/triggers/external_task.py#L103-L109 -- 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]
