Mr-Neutr0n commented on issue #61811:
URL: https://github.com/apache/airflow/issues/61811#issuecomment-3896264242

   I've opened a fix for this in #61851.
   
   The root cause was twofold: the API query wasn't filtering for active 
backfills (even though the endpoint supports an `active` parameter), and the 
date display was hardcoded to `backfills[0]` instead of using the filtered 
active backfill. The fix passes `active: true` to the query and uses the 
correct variable for the date range.


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