The GitHub Actions job "Tests (AMD)" on airflow.git/backport-66874-v3-2-test has succeeded. Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).
Head commit for run: 55fb2a04f28631a340fa68e8ab52f01491dd98a2 / Park Jiwon <[email protected]> [v3-2-test] Prevent AlreadyRunningBackfill error caused by invalid date range request (#66874) When a backfill is requested with from_date after to_date, the Backfill record was committed before _get_info_list() returned an empty list, leaving an orphaned record that blocked subsequent backfills with AlreadyRunningBackfill until the scheduler's 2-minute cleanup ran. Add an InvalidBackfillDateRange exception and validate from_date <= to_date at the top of _validate_backfill_params(), before any DB operations. (cherry picked from commit 153623856efb44a3f60ef9fdb67e22e05609e067) Report URL: https://github.com/apache/airflow/actions/runs/26204293202 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
