gopidesupavan commented on code in PR #48596:
URL: https://github.com/apache/airflow/pull/48596#discussion_r2023427122
##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/dag_runs.py:
##########
@@ -150,3 +155,31 @@ def get_dagrun_state(
)
return DagRunStateResponse(state=dag_run.state)
+
+
[email protected](
+ "/{dag_id}/count-by-run-ids-and-states",
Review Comment:
Make sense, updated now :)
--
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]