Lee-W commented on code in PR #32696:
URL: https://github.com/apache/airflow/pull/32696#discussion_r1268253725


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -735,7 +735,7 @@ paths:
           $ref: '#/components/responses/Unauthenticated'
 
     post:
-      summary: Trigger a new DAG run
+      summary: Trigger a new DAG run. If DAG is paused then darun state would 
be remain queued and task won't run.

Review Comment:
   ```suggestion
         summary: Trigger a new DAG run. If DAG is paused then dagrun state 
will remain queued, and the task won't run.
   ```



##########
airflow/cli/cli_config.py:
##########
@@ -1211,7 +1211,9 @@ class GroupCommand(NamedTuple):
     ),
     ActionCommand(
         name="trigger",
-        help="Trigger a DAG run",
+        help=(
+            "Trigger a DAG run. If DAG is paused then dagrun state would be 
remain queued and task won't run."

Review Comment:
   ```suggestion
               "Trigger a new DAG run. If DAG is paused then dagrun state will 
remain queued, and the task won't run."
   ```



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