jedcunningham commented on code in PR #51225:
URL: https://github.com/apache/airflow/pull/51225#discussion_r2116198019
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/grid.py:
##########
@@ -133,7 +133,6 @@ def grid_data(
# Retrieve, sort and encode the Task Instances
tis_of_dag_runs, _ = paginated_select(
statement=select(TaskInstance)
Review Comment:
This is basically as performant. I was also aiming for a smaller response,
but this field is worth keeping (I have another follow up cutting a lot more
out, keep an eye out for that one 😄). Thanks!
--
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]