The GitHub Actions job "Tests" on airflow.git/fix/backfill-banner-active-filter 
has failed.
Run started by GitHub user Mr-Neutr0n (triggered by pierrejeambrun).

Head commit for run:
ab585ef1aad97e09d6e8023efc017b68126f285c / Mr-Neutr0n 
<[email protected]>
fix(ui): show active backfill in banner instead of first one

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/21982915370

With regards,
GitHub Actions via GitBox


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

Reply via email to