apache-airflow-providers-grpc
Provider package apache-airflow-providers-grpc for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds gRPC integration to Airflow workflows. It allows you to define tasks that call remote gRPC services as part of your data pipelines. The package depends on Apache Airflow itself, grpcio for the gRPC protocol implementation, and google-auth for credential handling.
You install it on top of an existing Airflow installation to gain access to gRPC operators and hooks. It supports Python 3.10 through 3.14 and is actively maintained by the Apache Airflow project. The package is designed for developers and system administrators who need to orchestrate gRPC-based service calls within Airflow DAGs.
Use it for:
- Call microservices that expose gRPC endpoints from within Airflow task workflows
- Integrate with Google Cloud services or other gRPC-based APIs as part of data pipelines
- Orchestrate distributed system tasks that communicate via gRPC protocol
- Build ETL workflows that invoke remote gRPC procedures as intermediate steps
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates gRPC communication into Apache Airflow workflows, enabling task operators and hooks to call remote gRPC services.
Yes, if you run Apache Airflow and need to call gRPC services from your workflows. The package is actively maintained, has no known vulnerabilities, low install friction, and permissive licensing. Install only if you have an Airflow >=2.11.0 environment already in place and gRPC endpoints to call.
Install
apache-airflow-providers-grpc on PyPI
pip
pip install apache-airflow-providers-grpcuv
uv add apache-airflow-providers-grpcpoetry
poetry add apache-airflow-providers-grpcInstalling apache-airflow-providers-grpc
Before you install
Low install friction; distributed as a pure-Python wheel. Requires Apache Airflow >=2.11.0 and five runtime dependencies including grpcio and google-auth libraries. Active maintenance with recent release.
License in practice
Apache-2.0 permissive license; you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install apache-airflow-providers-grpc
from airflow.providers.grpc.operators.grpc import GrpcOperator
from airflow import DAG
with DAG('example') as dag:
task = GrpcOperator(
task_id='grpc_call',
stub_class='your.module.StubClass',
call_func='method_name',
grpc_conn_id='grpc_default'
)
Requires an existing Apache Airflow >=2.11.0 installation; gRPC service endpoint and credentials must be configured via Airflow connection.
Verify before relying
- Whether the package provides both operators and hooks, or only one type of integration
- What authentication methods are supported beyond google-auth
- Whether streaming gRPC calls are supported or only unary requests
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — apache-airflow, apache-airflow-providers-common-compat, google-auth, google-auth-httplib2, grpcio |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 481,892/month — #6,426 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_grpc-3.9.5-py3-none-any.whl
Keywords: airflow-provider, grpc, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
apache-airflow-providers-sendgridIntegrates SendGrid email delivery into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-openfaasIntegrates OpenFaaS serverless functions into…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-psrpIntegrates Apache Airflow with PowerShell…
permissive · top 15,000 on PyPI
apache-airflow-providers-ftpProvides FTP integration for Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-standardProvides standard operators, hooks, and sensors…
permissive · top 5,000 on PyPI
apache-airflow-providers-hashicorpIntegrates Apache Airflow with HashiCorp Vault…
permissive · top 15,000 on PyPI
pyoneProvides Python bindings to the OpenNebula…
permissive · top 15,000 on PyPI