jscheffl commented on code in PR #42320:
URL: https://github.com/apache/airflow/pull/42320#discussion_r1769180731


##########
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:
   Does this chane not create the requirement to always pass at least an empty 
array and does not allow skipping this filter? Is this a breaking change or do 
I mis-interpret?



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

Reply via email to