1Ninad opened a new pull request, #62664: URL: https://github.com/apache/airflow/pull/62664
closes: #60945 ## What's Changed This PR removes all remaining connexion infrastructure from the FAB provider after the migration to FastAPI was completed in prior PRs. - Removed remaining connexion endpoints (`api_endpoints/`) - Removed marshmallow schemas (`schemas/`) - Removed OpenAPI YAML specification - Removed connexion utilities (`www/api_connexion/`) - Removed `connexion` dependency from `pyproject.toml` - Removed connexion initialization logic - Relocated test utilities and updated imports - Regenerated provider build and documentation files This completes the migration of the FAB provider to FastAPI. All FAB provider tests pass locally. --- Was generative AI tooling used to co-author this PR? - [X] Yes (please specify the tool below) Claude Code -- 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]
