skillfed

apache-airflow-providers-grpc

Provider package apache-airflow-providers-grpc for Apache Airflow

apache-airflow-providers-grpc v3.9.5 481.9K downloads/30d#6,426 on PyPI46,490
Permissive license Apache-2.0 Active released

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-grpc

uv

uv add apache-airflow-providers-grpc

poetry

poetry add apache-airflow-providers-grpc

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow grpc providergrpc tasks airflowremote procedure call airflowairflow service integrationgrpc operator airflow
airflow-providergrpc-integrationworkflow-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-segment

Integrates Apache Airflow with Segment for…

permissive · top 15,000 on PyPI

apache-airflow-providers-sendgrid

Integrates SendGrid email delivery into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-microsoft-psrp

Integrates Apache Airflow with PowerShell…

permissive · top 15,000 on PyPI

apache-airflow-providers-ftp

Provides FTP integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

apache-airflow-providers-hashicorp

Integrates Apache Airflow with HashiCorp Vault…

permissive · top 15,000 on PyPI

pyone

Provides Python bindings to the OpenNebula…

permissive · top 15,000 on PyPI