The GitHub Actions job "Tests (ARM)" on airflow.git/v3-3-test has failed. Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).
Head commit for run: 2b68a6293dd9d924edef414afb1e7d227879daf5 / Pierre Jeambrun <[email protected]> Add API endpoint for backfill dag run entries (#67381) (#70127) * 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 * Align backfill dag run response identifiers (cherry picked from commit 6f88f293037cd4934eec4d2317607853cd801e01) Co-authored-by: Shivam Rastogi <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/29751822725 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
