The GitHub Actions job "Tests (AMD)" on airflow.git/warn-invalid-plugin-team 
has succeeded.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
05fa1d9bf29594570f4391a49fd2b7e8d32d6e1e / pierrejeambrun 
<[email protected]>
Don't fail API server startup when a plugin uses an unknown team

Team validation for plugins raised during app creation when any plugin 
referenced
a team that does not exist, so a single misconfigured plugin stopped the whole 
API
server — and every other plugin — from booting. A misconfigured plugin should be
surfaced, not fatal, the same way other plugin load errors are.

The team check now records each offending plugin as a plugin import error 
(surfaced
in the plugins API and UI) and logs a warning instead of raising, and runs from
get_fastapi_plugins() so it happens automatically wherever plugins are mounted.

Follow-up of #69502.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to