potiuk commented on issue #23417:
URL: https://github.com/apache/airflow/issues/23417#issuecomment-1251364968

   > I could try to do that, for sure; however, it'd be pretty much the same as 
the grid data endpoint, no?
   
   The difference is that we might want to change grid data endpoint in a 
backwards-incompatible way in the future, to serve Airflow UI better. It might 
have some optimisations and more (or less) data retrieved to speed-UI 
responsiveness. And eventually we might make it an async endpoint as well.
   
   Contrary to that I am talking about "bullk "retrieval of the data" that 
should be stable. I think extending "dagRuns" is not great because it follows 
REST semantics, so in principle it only shoudl return dagRuns. I think having 
separate endpoint to retrieve "joined data" might be better. But I also know 
@bbovenzi and others discussed about the APIs we need so maybe they have other 
ideas.
   


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