tirkarthi commented on PR #35863: URL: https://github.com/apache/airflow/pull/35863#issuecomment-1884235549
Thanks @bbovenzi . This looks good to have it under details tab instead of a separate tab. I noticed one discrepancy when there is a running task instance between the order of grid view and the task duration chart. In the grid view the task instance is the third one but in the chart the task instance is the last one. I guess there is some sorting logic. I noticed below comment in this PR maybe there is some logic that is missing. > In grid_data we have a ordering variable to tell the UI to sort it by dataIntervalStart/End or executionDate. You may need to check against it  -- 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]
