The GitHub Actions job "Tests" on 
airflow.git/add-provider-class-registration-checks has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
842c744569d1af2c60716122db4e7833c8cdd3ba / Jarek Potiuk <[email protected]>
Add provider class registration checks to provider.yaml validation

Add two new checks to run_provider_yaml_files_check.py:

1. Check that hook classes defining conn_type are registered in
   connection-types — catches hooks with unique conn_type values that
   are not listed in provider.yaml (async variants sharing conn_type
   with a registered sync hook are allowed).

2. Check that all provider Hook/Operator/Sensor/Trigger/Executor/Notifier
   classes are registered in provider.yaml — walks all provider source
   files, imports them, and verifies every concrete subclass of base
   types has its module (or class path for executors/notifications)
   registered in the appropriate section.

Also register the missing LocalKubernetesExecutor in the cncf.kubernetes
provider.yaml, which was found by the new check.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to