tirkarthi commented on code in PR #23530:
URL: https://github.com/apache/airflow/pull/23530#discussion_r878645433
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3581,6 +3619,31 @@ components:
description:
The value can be repeated to retrieve multiple matching values (OR
condition).
+ RunTaskInstanceForm:
+ type: object
+ required:
+ - ignore_all_deps
+ - ignore_task_deps
+ - ignore_ti_state
+ - map_index
Review Comment:
I made all fields required. I will leave it to @bbovenzi if this needs any
change. API docs render as attached.

.

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