tirkarthi commented on PR #40755:
URL: https://github.com/apache/airflow/pull/40755#issuecomment-2236599904

   > Love the idea of showing task duration even when nothing is selected.
   > I'm still partial to a bar chart over a line graph. The discrete task 
instance or dag run is more important than the trendline. So the stacked bar 
chart is cool. Of course over a certain number of tasks, it isn't worth 
displaying. But maybe, we can actually merge the dag run and task graphs into a 
single view and provide various options to users to adjust the chart to best 
fit how each DAG works
   
   Just thought to add about merging dagrun and task duration that sometimes 
the individual task duration doesn't really add to dagrun time since there 
could be cases where pool slot is not available, Airflow is down, maintenance 
etc where the task will execute fine once the resources/dependencies are met 
but the might not indicate an overall delay in the chart thus introducing 
discrepancy between the bar charts on the left of grid view not corresponding 
to the chart on the right.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to