Skip to content

[v3-1-test] fix(ui): show active backfill in banner instead of first one (#61851)#62137

Merged
potiuk merged 1 commit into
v3-1-testfrom
backport-ce9584e-v3-1-test
Feb 18, 2026
Merged

[v3-1-test] fix(ui): show active backfill in banner instead of first one (#61851)#62137
potiuk merged 1 commit into
v3-1-testfrom
backport-ce9584e-v3-1-test

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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
(cherry picked from commit ce9584e)

Co-authored-by: Harikrishna KP harikp2002@gmail.com
Signed-off-by: Mr-Neutr0n 64578610+Mr-Neutr0n@users.noreply.github.com

…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
(cherry picked from commit ce9584e)

Co-authored-by: Harikrishna KP <harikp2002@gmail.com>
Signed-off-by: Mr-Neutr0n <64578610+Mr-Neutr0n@users.noreply.github.com>
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Feb 18, 2026
@potiuk potiuk marked this pull request as ready for review February 18, 2026 20:34
@potiuk potiuk merged commit 30c552e into v3-1-test Feb 18, 2026
54 of 55 checks passed
@potiuk potiuk deleted the backport-ce9584e-v3-1-test branch February 18, 2026 21:28
@vatsrahul1001 vatsrahul1001 added this to the Airflow 3.1.8 milestone Mar 1, 2026
@vatsrahul1001 vatsrahul1001 added the type:bug-fix Changelog: Bug Fixes label Mar 1, 2026
vatsrahul1001 pushed a commit that referenced this pull request Mar 4, 2026
…one (#61851) (#62137)

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
(cherry picked from commit ce9584e)

Signed-off-by: Mr-Neutr0n <64578610+Mr-Neutr0n@users.noreply.github.com>
Co-authored-by: Harikrishna KP <harikp2002@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants