The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/dag-schedule-overview-68532 has failed.
Run started by GitHub user anmolxlight (triggered by anmolxlight).

Head commit for run:
a33d4bdbb4d98bf0ce70f453f4af9309909fbe73 / anmol <[email protected]>
feat(ui): add aggregate Dag schedule overview view (#68532)

Adds a 24h Gantt-style view that answers the question `across my whole
deployment, when during the day does each Dag usually run?` — a
complement to the per-Dag Gantt view, which only shows a single run.

Backend
  * New `/ui/dag_schedule_overview` endpoint that aggregates the
    most-recent successful Dag runs per Dag and returns mean/median
    start/end times-of-day in UTC, plus duration statistics.
  * Optional `run_after_gte` / `run_after_lte` window and
    `dag_id_pattern` / `dag_display_name_pattern` filters.
  * 11 backend tests covering 200/401/403, all-three-dag fixture,
    morning/evening/no-runs statistics, FAILED-run exclusion, and the
    filter / window edge cases.
  * OpenAPI YAML updated, `pnpm codegen` regenerated.

Frontend
  * New `/dags/schedule` page (one row per Dag, mean start→end bar
    across a 24h tick rail, hover tooltip with mean+median start, end,
    duration, and recent-runs range).
  * New `Schedule Overview` sidebar nav link.
  * i18n keys for English locale.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to