The GitHub Actions job "Tests" on airflow.git/fab-fastapi-60945 has failed. Run started by GitHub user 1Ninad (triggered by vincbeck).
Head commit for run: d64b3a5f24da82b2a76d9c9c587ff5b7a6b9c898 / Ninad Kale <[email protected]> Fix CI failures after connexion→FastAPI migration in FAB provider The previous commit removed the connexion-based Flask API blueprint (including /fab/v1/users) and deleted the openapi/ package, but two stale references were left behind: 1. Google provider OpenID auth tests hit /fab/v1/users on the Flask test client, which no longer has that route registered. All 8 tests got 404 instead of 401. Fix: register a dummy /fab/v1/users route protected by requires_authentication in the test fixture so the auth backend logic is exercised without depending on the removed endpoint. 2. devel-common/src/docs/provider_conf.py imported the deleted airflow.providers.fab.auth_manager.openapi package at Sphinx init time, crashing both docs build jobs. Fix: remove the import, the fab_auth_manager_flask_api_path variable, and the "Fab auth manager API" redoc entry that referenced the deleted v1-flask-api.yaml spec. Also remove the orphaned fab-public-api-ref.rst stub and its toctree and cross-reference entries in the FAB provider docs. Co-Authored-By: Claude Opus 4.6 <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/22607290061 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
