apache-airflow-providers-edge3
Provider package apache-airflow-providers-edge3 for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds edge computing capabilities to Airflow, allowing you to orchestrate tasks on remote worker nodes deployed at distant sites. The package provides an EdgeExecutor (a custom Airflow executor) and a lightweight edge worker process designed to run in environments with strict network restrictions—such as behind firewalls or in isolated data centers—where the only requirement is outbound HTTPS connectivity back to your central Airflow instance.
The edge worker model solves a specific deployment problem: when you need to execute Airflow tasks on remote sites but cannot run a full Airflow installation or maintain direct inbound connections, you deploy the edge worker instead. The central Airflow site uses the EdgeExecutor to schedule and manage work on these remote workers via REST API endpoints. The EdgeExecutor can coexist with other executors in the same Airflow installation, making it suitable for hybrid deployments where some tasks run locally and others run on edge sites.
Use it for:
- Deploy task execution to remote manufacturing plants or field sites where only outbound HTTPS is permitted.
- Orchestrate data collection or processing at geographically distributed locations from a central Airflow instance.
- Run Airflow tasks in network-restricted environments (behind corporate firewalls) without exposing inbound ports.
- Manage hybrid workloads where some tasks execute locally and others run on edge workers across multiple sites.
- Reduce operational overhead at remote sites by using a lightweight edge worker instead of a full Airflow installation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends Apache Airflow with an EdgeExecutor and edge worker framework for orchestrating tasks across remote sites via HTTPS, enabling work distribution through firewalls and network restrictions.
Yes, if you run Apache Airflow and need to orchestrate tasks on remote sites with network restrictions. The package is actively maintained, has no known vulnerabilities, and is backed by the Apache Airflow project. Install only if you have a concrete edge deployment scenario; it adds no value for single-site Airflow setups.
Install
apache-airflow-providers-edge3 on PyPI
pip
pip install apache-airflow-providers-edge3uv
uv add apache-airflow-providers-edge3poetry
poetry add apache-airflow-providers-edge3Installing apache-airflow-providers-edge3
Before you install
Low install friction as a pure-Python wheel. Actively maintained with a release 6 days old and backed by the Apache Airflow project (46490 stars). Requires Apache Airflow >=3.0.0 and several async/HTTP dependencies already common in Airflow ecosystems.
License in practice
Apache-2.0 permissive license allows commercial and private use without restriction, typical for Apache Foundation projects.
Quickstart
pip install apache-airflow-providers-edge3
from airflow.providers.edge3.executors import EdgeExecutor
from airflow import DAG
# Configure EdgeExecutor in your Airflow installation
# and deploy edge workers on remote sites
Requires Apache Airflow >=3.0.0 (not 3.1.0) already installed; edge workers must be deployed separately on remote sites and able to reach the central Airflow instance via HTTPS.
Verify before relying
- Specific REST API endpoints and their usage patterns for task distribution and worker management.
- How EdgeExecutor coexists operationally with CeleryExecutor or KubernetesExecutor in practice.
- Network latency and throughput characteristics for HTTPS-based task orchestration across sites.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — aiofiles, aiohttp, apache-airflow, apache-airflow-providers-common-compat, pydantic, retryhttp |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 284,885/month — #8,058 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_edge3-4.3.0-py3-none-any.whl
Keywords: airflow, airflow-provider, edge3, 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-gitIntegrates Git version control operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-winrmIntegrates Windows Remote Management (WinRM)…
permissive · top 15,000 on PyPI
apache-airflow-providers-celeryIntegrates Celery distributed task execution…
permissive · top 5,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
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-airbyteIntegrates Airbyte data pipelines into Apache…
permissive · top 5,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
simpleflowSimpleflow provides a Python library for…
permissive · top 5,000 on PyPI