kaxil commented on a change in pull request #9597:
URL: https://github.com/apache/airflow/pull/9597#discussion_r503853508



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2065,6 +2101,48 @@ components:
           description: Set state of DAG runs to RUNNING.
           type: boolean
 
+    UpdateTaskInstancesState:
+      type: object
+      properties:
+        dry_run:
+          description: |
+            If set, don't actually run this operation. The response will 
contain a list of task instances
+            planned to be affect, but not modified in any way.

Review comment:
       ```suggestion
               If set, don't actually run this operation. The response will 
contain a list of task instances
               planned to be affected, but won't be modified in any way.
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to