github-actions[bot] opened a new pull request, #62137:
URL: https://github.com/apache/airflow/pull/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 ce9584e5617f2e025ce9bf14ac780f11bb493aa2)
   
   Co-authored-by: Harikrishna KP <[email protected]>
   Signed-off-by: Mr-Neutr0n <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to