pierrejeambrun commented on code in PR #47849:
URL: https://github.com/apache/airflow/pull/47849#discussion_r2097470380
##########
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:
Once the backend PR is merged, rebasing on latest main will automatically
give you that change. (The updated openapi spec).
We can't merge this PR until the backend is done, until then I think we can
keep things like that (manually edited spec), this way from a `frontend` point
of view the backend interface is correct and you can work without disrupting
your workflow (eslint errors etc), but the CI static check won't be able to
succeed. Once the backend is done we remove the manual change to the openapi
spec and rebase on main to get the updated spec.
--
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]