dstandish commented on PR #53429:
URL: https://github.com/apache/airflow/pull/53429#issuecomment-3084911874

   > There are similar endpoints perhaps that could be reused or updated to add 
extra fields?
   > 
   > Get latest run (I cannot find it being used in UI code) Endpoint : 
`ui/grid/latest_run/{dag_id}`
   > 
   > Get runs and limit by 1 to get latest run with minimal fields 
`GridRunsResponse` like `DAGRunLightResponse` Endpoint : 
`ui/grid/runs/{dag_id}?limit=1&order_by=-run_after`
   
   The whole point of this PR is to _not_ do this type of thing.  Yes, it 
already used an existing endpoint.  And it was slow as hell.


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