The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ashb (triggered by potiuk).
Head commit for run: b4c88f8e44e61a92408ec2cb0a5490eeaf2f0dba / Tanel Kiis <[email protected]> Fix tasks being wrongly skipped by schedule_after_task_execution (#23181) In the reproducing example, once branch finishes, it creates a partial_dag which includes `task_a`, `task_b` and `task_d` (but does not include `task_c` because it's not downstream of `branch`). Looking at only this partial_dag, the "mini scheduler" determines that task_d can be skipped because its only upstream task in partial_dag `task_a` is in skipped state. This happens in `DagRun._get_ready_tis()` when calling `st.are_dependencies_met()`. Report URL: https://github.com/apache/airflow/actions/runs/2226188367 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
