The GitHub Actions job "Tests (AMD)" on airflow.git/backfill-empty-window-ux has succeeded. Run started by GitHub user Lee-W (triggered by Lee-W).
Head commit for run: a4a8421c76d863e40bd2512677390cee0e7dde32 / Wei Lee <[email protected]> Return 422 for empty partitioned backfill window and fix dry-run drift A partitioned backfill whose window contains no partition runs (e.g. a sparse weekly timetable asked to backfill a single non-matching day) used to surface as a raw HTTP 500, and the create path committed the Backfill row before checking for runs — leaving an active orphan that blocked every later retry with AlreadyRunningBackfill. Empty windows are now detected before any DB write and raised as NoBackfillRunsToCreate: the REST route returns 422 and the CLI prints a friendly message instead of a traceback. Dry-run keeps returning zero entries (a valid preview result), so create and preview stay intentionally asymmetric. The CLI dry-run path now converts reprocess_behavior to its enum and passes dag_run_conf, matching what the real create path receives so the preview no longer drifts from execution. Report URL: https://github.com/apache/airflow/actions/runs/28447172585 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
