Hi everyone,
We just launched the Apache Airflow Registry:
https://airflow.apache.org/registry/
It's a searchable catalog of every official Airflow provider and module
— 98 providers, 1,602 modules (operators, hooks, sensors, triggers,
transfers, secrets backends, executors, and more) covering 125+
integrations. Collectively these providers see 329M+ monthly PyPI
downloads.
Features:
- Instant search (Cmd+K / Ctrl+K) across all providers and modules,
with results grouped by type
- Dedicated provider pages with install commands, version selector,
extras, compatibility info, connection types, and full module listings
- Connection builder — select a connection type, fill in the fields,
and get the connection string in URI, JSON, or Env Var format
- JSON API — all registry data is available as structured JSON. An API
Explorer lets you browse endpoints interactively. This makes the
registry accessible to IDE extensions, AI coding assistants, and
automation tools:
https://airflow.apache.org/registry/api-explorer/
- Full dark/light theme support
The registry lives at airflow.apache.org, is built from the registry/
directory in the main Airflow repo [1], and updates automatically when
new provider versions are published to PyPI.
Thanks to Astronomer for building and maintaining the Astronomer
Registry for years — it proved the value of a searchable provider
catalog and directly shaped this community-owned version.
What's next:
- Third-party provider support (community-built providers alongside
official ones)
- Richer module pages with full parameter docs and usage examples
Blog post with screenshots and details:
https://airflow.apache.org/blog/airflow-registry/
Feedback, bug reports, and feature requests welcome on GitHub [2] or
on this list.
[1] https://github.com/apache/airflow/tree/main/registry
[2] https://github.com/apache/airflow/issues
Regards,
Kaxil