jason810496 commented on code in PR #60105:
URL: https://github.com/apache/airflow/pull/60105#discussion_r2706637339
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/ui/dags.py:
##########
@@ -28,6 +28,7 @@ class DAGWithLatestDagRunsResponse(DAGResponse):
asset_expression: dict | None
latest_dag_runs: list[DAGRunLightResponse]
+ task_instance_summary: dict[str, int] | None = None
Review Comment:
How about adding a new model called `LatestRunStats` and renaming
`task_instance_summary` as `latest_run_stats` to clarify the field's purpose.
--
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]