mariana-marcal-santana commented on code in PR #47849:
URL: https://github.com/apache/airflow/pull/47849#discussion_r2096052467
##########
airflow-core/src/airflow/api_fastapi/core_api/openapi/v1-rest-api-generated.yaml:
##########
@@ -2731,8 +2731,9 @@ paths:
in: query
required: false
schema:
- type: string
- default: dag_id
+ type: array
+ items:
+ type: string
Review Comment:
Hello @pierrejeambrun @bbovenzi !
Thanks for clarifying! Given this, should I fix the editions in this file
now or only after the backend PR is merged to have a better sense of the
necessary changes?
--
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]