The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user mjohansenwork (triggered by potiuk).

Head commit for run:
c0adcbdd27a76688ebf2b8b638abaa1d55e1a8fc / Max Johansen <[email protected]>
Update external_task.py to forward `failed_states`

It seems there is a bug with `ExternalTaskSensor` when using deferrable mode. 
It continuously loops and pokes the upstream task/DAG even if it's `failed`. I 
would expect the deferrable sensor to exit as failed as soon as the upstream 
task fails.

This change updates the deferrable mode branch to pass the `failed_states` on 
to the `WorkflowTrigger`.

https://github.com/apache/airflow/issues/41140

Report URL: https://github.com/apache/airflow/actions/runs/10170519270

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to