[v3-1-test] fix(ui): show active backfill in banner instead of first one (#61851)#62137
Merged
Conversation
…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>
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>
81 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
are fetched, leveraging the existing server-side filter.
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