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

Head commit for run:
dc1b196287dedcc4e009d2b7c8678e2525ec0f24 / Kaxil Naik <[email protected]>
Refactor extract_connections.py to use ProvidersManager

Replace manual provider.yaml discovery and hook class importing with
ProvidersManager, which already handles both YAML-declared connection
metadata and Python hook fallback. Follows the same WTForms mocking
pattern used by the UI connections service (HookMetaService).

This reduces the script from 414 to 312 lines by removing duplicated
discovery logic (discover_provider_yamls, import_hook_class,
extract_conn_fields_from_widgets, extract_ui_behaviour_from_hook,
extract_connection_type) and delegating to ProvidersManager's existing
implementation.

Add unit tests for the serialization helpers (build_standard_fields,
build_custom_fields, package_name_to_provider_id).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to