pierrejeambrun commented on code in PR #42320:
URL: https://github.com/apache/airflow/pull/42320#discussion_r1771045920
##########
airflow/api_fastapi/openapi/v1-generated.yaml:
##########
@@ -60,11 +60,9 @@ paths:
in: query
required: false
schema:
- anyOf:
- - type: array
- items:
- type: string
- - type: 'null'
+ type: array
Review Comment:
'required: false', an empty list is provided if the query param is missing.
We can still omit it and no filtering will happen.
--
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]