The GitHub Actions job "npm_and_yarn in /airflow-core/src/airflow/ui - Update 
#1248458815" on airflow.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
ce9584e5617f2e025ce9bf14ac780f11bb493aa2 / Harikrishna KP <[email protected]>
fix(ui): show active backfill in banner instead of first one (#61851)

When multiple backfills exist for a DAG, the "Backfill in progress"
banner was showing the first/oldest backfill rather than the currently
active one. Two issues fixed:

1. Pass active: true to the API query so only non-completed backfills
   are fetched, leveraging the existing server-side filter.
2. Use the filtered backfill variable for displaying from_date/to_date
   instead of hardcoded data.backfills[0].

Closes: #61811

Signed-off-by: Mr-Neutr0n <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to