This release is a pre-release and may not be stable for production use.
Package apache-airflow-providers-edge3
Release: 5.0.0
Handle edge workers on remote sites via HTTP(s) connection and orchestrates work over distributed sites.
When tasks need to be executed on remote sites where the connection need to pass through firewalls or other network restrictions, the Edge Worker can be deployed. The Edge Worker is a lightweight process with reduced dependencies. The worker only needs to be able to communicate with the central Airflow site via HTTPS.
In the central Airflow site the EdgeExecutor is used to orchestrate the work. The EdgeExecutor is a custom executor which is used to schedule tasks on the edge workers. The EdgeExecutor can co-exist with other executors (for example CeleryExecutor or KubernetesExecutor) in the same Airflow site.
Additional REST API endpoints are provided to distribute tasks and manage the edge workers. The endpoints are provided by the API server.
Provider package
This is a provider package for edge3 provider. All classes for this provider package are in airflow.providers.edge3 python package.
You can find package information and changelog for the provider in the documentation.
Installation
You can install this package on top of an existing Airflow installation (see Requirements below for the minimum Airflow version supported) via pip install apache-airflow-providers-edge3
The package supports the following python versions: 3.10,3.11,3.12,3.13,3.14
Requirements
PIP package |
Version required |
|---|---|
apache-airflow |
>=3.0.0,!=3.1.0 |
apache-airflow-providers-common-compat |
>=1.15.0 |
pydantic |
>=2.11.0 |
retryhttp |
>=1.4.0 |
aiofiles |
>=23.2.0 |
aiohttp |
>=3.14.0 |
The changelog for the provider package can be found in the changelog.
Release files for apache-airflow-providers-edge3 5.0.0rc1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apache_airflow_providers_edge3-5.0.0rc1.tar.gz | 697.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apache_airflow_providers_edge3-5.0.0rc1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.2 MB
Release files / apache_airflow_providers_edge3-5.0.0rc1.tar.gz
| Download URL | apache_airflow_providers_edge3-5.0.0rc1.tar.gz |
|---|---|
| Size | 697.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d1e2605166df40df260a4853b045d7291fe4309ea19dcf1e7eadf96dd75cf77f
|
|
BLAKE2b-256 checksum How to use checksums |
29239ce0d46c9691d76a24a94b17974a20f34288200eebc7d480bf62343c1216
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.17
|
Release files / apache_airflow_providers_edge3-5.0.0rc1-py3-none-any.whl
| Download URL | apache_airflow_providers_edge3-5.0.0rc1-py3-none-any.whl |
|---|---|
| Size | 473.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e37d21d6ff4f79a11727a8b2e07b71a676afe0a9f4acc485340d0ce9a8f85b58
|
|
BLAKE2b-256 checksum How to use checksums |
5223d3d01ba90037f0d6547da4347a08e8592b84789f617f2506aa10b075cf45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.17
|