uranusjr commented on code in PR #59090:
URL: https://github.com/apache/airflow/pull/59090#discussion_r2601144809


##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/dag_runs.py:
##########
@@ -142,20 +143,20 @@ def clear_dag_run(
 
 @router.get(
     "/{dag_id}/{run_id}/state",
-    responses={
-        status.HTTP_404_NOT_FOUND: {"description": "DAG not found for the 
given dag_id"},
-    },
+    responses={status.HTTP_404_NOT_FOUND: {"description": "DAG Run not 
found"}},

Review Comment:
   I don’t think we actually show this anywhere (this is execution API), but I 
tried to unify format of all messages in this file.



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