jscheffl commented on code in PR #53346:
URL: https://github.com/apache/airflow/pull/53346#discussion_r2208476660


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -446,7 +446,7 @@ def trigger_dag_run(
     "/{dag_run_id}/wait",
     tags=["experimental"],
     summary="Experimental: Wait for a dag run to complete, and return task 
results if requested.",
-    description="🚧 This is an experimental endpoint and may change or be 
removed without notice.",
+    description="🚧 This is an experimental endpoint and may change or be 
removed without notice.Successful response are streamed as newline-delimited 
JSON (NDJSON). Each line is a JSON object representing the DAG run state.",

Review Comment:
   Nit: Can you add a space?
   ```suggestion
       description="🚧 This is an experimental endpoint and may change or be 
removed without notice. Successful response are streamed as newline-delimited 
JSON (NDJSON). Each line is a JSON object representing the DAG run state.",
   ```



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