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