benbuckman commented on issue #34023: URL: https://github.com/apache/airflow/issues/34023#issuecomment-1703298280
I was curious if https://github.com/apache/airflow/pull/33732 (https://github.com/apache/airflow/commit/fe27031382e2034b59a23db1c6b9bdbfef259137) fixes the same issue I'm describing here. That fix is on `main`. 1. In my git clone of this repo, ``` git checkout main git pull ``` (I'm at `3ae6b4e86fe807c00bd736c59df58733df2b9bf9`) ``` docker build . -f Dockerfile --pull --tag airflow-trigger-rule-test:0.0.1 docker run -it --rm --mount type=bind,source="/tmp/dags",target=/opt/airflow/dags -p 8080:8080 airflow-trigger-rule-test:0.0.1 bash ``` 2. _"In the container:"_ step 3 from above, run the DAG ... Nope – it exhibits the same incorrect behavior of skipping `handle_failed_delivery` before the task group has finished, and not respecting the `trigger_rule`. -- 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]
