The GitHub Actions job "Tests (AMD)" on airflow.git/pr/backfill-dag-runs-api 
has failed.
Run started by GitHub user shivaam (triggered by shivaam).

Head commit for run:
376f5f553657ba1fbba9f07df32b3db2cf606515 / Shivam Rastogi 
<[email protected]>
Add GET /backfills/{backfill_id}/dag_runs endpoint

Adds a new public API endpoint that returns the BackfillDagRun entries
for a given backfill with joined DagRun state. Users can see what
happened in a backfill: which dates ran, their states (queued, running,
success, failed), and which slots were skipped (with reason).

- BackfillDagRunResponse / BackfillDagRunCollectionResponse models
- LEFT OUTER JOIN via joinedload includes skipped slots (null dag_run_id)
- Pagination via limit/offset, default ordering by sort_ordinal
- 404 when backfill doesn't exist
- 8 unit tests covering happy path, skipped slots, 404, pagination,
  empty backfill, and ordering contract

closes: #46250

Report URL: https://github.com/apache/airflow/actions/runs/26473972798

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to