The GitHub Actions job "Tests" on airflow.git/iss has failed. Run started by GitHub user SakshamSinghal20 (triggered by SakshamSinghal20).
Head commit for run: 9c8c3c873a21d808a8fa7e88d7cb446cf361c5eb / username <[email protected]> fix: replace invalid 'continue' with 'if' guard in _maybe_requeue_stuck_ti The 'continue' statement was inside _maybe_requeue_stuck_ti() method, which is not a loop - causing a SyntaxError at import time. This broke all CI jobs that import scheduler_job_runner. Restructured the logic to use an if-guard: when dag_version_id cannot be backfilled, we skip the callback but still let the finally block mark the task as FAILED. Report URL: https://github.com/apache/airflow/actions/runs/22337036480 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
