Saadmadni84 commented on code in PR #60105:
URL: https://github.com/apache/airflow/pull/60105#discussion_r2706763574
##########
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:
Thanks for the suggestion — I’ve refactored the API to introduce a
LatestRunStats model and renamed task_instance_summary to latest_run_stats
throughout the backend, OpenAPI spec, generated types, UI, and tests. Please
let me know if this looks good or if you’d like any further adjustments.
--
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]