The GitHub Actions job "Tests" on airflow.git/registry-api has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
91e67365358fde133ed35715b64bb5a4c0a97054 / Kaxil Naik <[email protected]>
Add schema-validated registry API contracts with API Explorer

Pydantic contract models validate every JSON payload the registry
produces (providers catalog, modules, parameters, connections,
version metadata, provider versions). Validation runs at generation
time — no separate jsonschema layer needed.

An OpenAPI 3.1 spec is generated from these contracts at build time
and powers an interactive API Explorer at /api-explorer/, using
swagger-ui vendored from node_modules (Apache Infra blocks external
CDN via CSP). The explorer shares the site layout (header, nav,
footer) and uses swagger-ui's native dark-mode class for theme sync.

Also adds a /api/providers/{id}/versions.json endpoint used by CI
to publish new provider versions without a full site rebuild.

Report URL: https://github.com/apache/airflow/actions/runs/23031688708

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to