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

Head commit for run:
a7f9bcabc9022ded4917da7f1050bd29abe87862 / 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/26339536801

With regards,
GitHub Actions via GitBox


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

Reply via email to