ColtenOuO opened a new pull request, #67570: URL: https://github.com/apache/airflow/pull/67570
The `GET /pools` list endpoint had `HTTP_404_NOT_FOUND` in its OpenAPI `responses` decorator, but the endpoint can never return 404 — it always returns a collection (possibly empty). This makes the OpenAPI spec accurately reflect the endpoint's actual behaviour and avoids misleading auto-generated SDK clients into handling a 404 that will never occur. -- 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]
