ausiddiqui commented on issue #42371: URL: https://github.com/apache/airflow/issues/42371#issuecomment-2565256252
@cmarteepants this is the screenshot from @bbovenzi from 10/21 about the Task details.  From the existing Airflow 2 Task Duration charts for both the line graph and bar chart views some items that would be nice to haves: - Ability to remove/exclude failed or canceled task attempts, so we only look at succesful runs; often we are trying to gauge the best case scenario how long a particular task or tasks take, we end up having to manually calculate / exclude the outlier where it re-ran a bunch of times and failed mid-way due to some issue from the estimate - When looking at the Task duration graph for the DAG (with all the tasks and having option of line graph / bar chart) there isn't a median aggregate available, this is only available for an individual tasks's Task duration chart (the column only chart). This would be great to bring to the DAG level across all tasks and have ability to exclude failed tasks as noted above. Option to have median and average would be nice. - The current navigation between the Task-level task duration chart back to the DAG level task-duration chart isn't simple. The real flow is to click on the DAG link in the Purple box area. Would be great to have another way to access switch between task-level to DAG level task duration chart more intutively, like thorugh the Grid chart itself on the left as well.  -- 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]
