ephraimbuddy commented on a change in pull request #14500:
URL: https://github.com/apache/airflow/pull/14500#discussion_r586901576
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2218,6 +2218,13 @@ components:
type: boolean
default: true
+ task_ids:
+ description: A list of task ids to clear.
+ type: array
+ items:
+ type: string
+ minItems: 1
Review comment:
Does this not imply that task_ids must not be empty?
----------------------------------------------------------------
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]