pierrejeambrun commented on issue #50624:
URL: https://github.com/apache/airflow/issues/50624#issuecomment-3197454871

   What is mentioned by @nathadfield isn't planned at the moment but most 
likely not very hard to implement and could be a nice addition (TI summaries at 
the DAG list level for the most recent dag run, or last 14 runs which are those 
shown in the 'card')
   
   I am not aware of anybody working on this at the moment, I have added the 
`good first issue` label to bring attention to it.
   
   I believe that with the recent addition to the grid endpoints we can 
retrieve that TI summaries information for a single dagrun and use it directly 
in the UI, we probably don't need any backend development.
   
   It'd be happy to review a PR that adds this.
   
   That would be great to have it for 3.1.0. On the other hand we are actively 
working on adding more filters to the DagRun, Dag, Task Instance, etc... tables 
for 3.1.0. With those, you should be able to work your way around that missing 
feature by hitting the TaskInstance table and applying your 'date range' + 
'status' + 'dag ids' filters to achieve something similar.
   
   
   What information are you interested in with that TI summary at a DAG level? 
I'm asking this because depending on your use case I can think of a few reason 
why this could be useful directly on the Dashboard (home) page, like monitoring 
metrics for your cluster.


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