tirkarthi opened a new pull request, #46631:
URL: https://github.com/apache/airflow/pull/46631

   Similar to #46504 . Add widget to plot failed task instances within given 
logical date selected and on click goes to task instances page with state 
filter applied. Similar to Airflow 2 and other PR the charts are almost the 
same except for small differences like queued_dttm/queued_when for queued 
calculation and can be refactored in a later PR to avoid code duplication. 
Change sort to order by `logical_date` since the chart is constructed with 
`logical_date` along x-axis. Handle skipped tasks where `queued_when` is null 
and resort to queued duration as zero.
   
   
![image](https://github.com/user-attachments/assets/6be9d154-c544-4700-b4a1-f657ebb9cee9)
   


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