The GitHub Actions job "Tests (AMD)" on airflow.git/issues/60328/enable-depends-on-multiple-past-tasks has failed. Run started by GitHub user sjyangkevin (triggered by sjyangkevin).
Head commit for run: 5eae99170b688cd32ba01b0e984c67dc7af4479c / Kevin Yang <[email protected]> Harden depends_on_previous_tasks with parse-time validation and query optimization - Validate that task IDs in depends_on_previous_tasks exist in the DAG at parse time via dag.validate(), catching misconfiguration early instead of silently blocking tasks at runtime. - Batch dependency checks into a single GROUP BY query instead of issuing 2N individual queries per task ID. - Narrow type annotation from Collection[str] to Sequence[str] to match the runtime (list, tuple) type check and exclude unordered types like set. - Add regression test for PAST_DEPENDS_MET XCom push when wait_for_past_depends_before_skipping is enabled. Report URL: https://github.com/apache/airflow/actions/runs/27832999118 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
