You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/30 11:21:19 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #24732: Clear one mapped task's state via the REST API

ashb commented on code in PR #24732:
URL: https://github.com/apache/airflow/pull/24732#discussion_r910905927


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3439,9 +3443,26 @@ components:
           type: boolean
           default: true
 
+        tasks:
+          description: |
+            A list of {task_id, map_index} combinations to clear.

Review Comment:
   Is it worth mentioning (somewhere? In the example? Is that possible) that you can pass both `tasks` and `task_ids` at the same time to this endpoint?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org