The GitHub Actions job "Tests" on airflow.git/feature/backfill-without-dag-unpause has failed. Run started by GitHub user subhash-0000 (triggered by subhash-0000).
Head commit for run: c5dc241edd6559bc7826812d9d67187c15b1123f / subhash-0000 <[email protected]> Fix task instance execution on paused DAGs for backfills This addresses three scheduler blockers that prevented task instances from executing on paused DAGs even though backfill DAG runs were being created: 1. scheduler_job_runner.py: Modified task query to include backfill runs from paused DAGs in _executable_task_instances_to_queued() 2. dag_unpaused_dep.py: Skip paused DAG dependency check for backfill runs 3. scheduler_job_runner.py: Exclude backfills from paused DAG state update in _update_dag_run_state_for_paused_dags() Without these changes, backfill DAG runs would be created and queued but task instances would never transition to running state on paused DAGs. Report URL: https://github.com/apache/airflow/actions/runs/21756430845 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
