Back to articles

Tag archive

#airflow

L
Jun 28, 2026

Leoflow v0.1.0 — run your Airflow DAGs on a Go control plane (no Airflow in the hot path)

Write standard Apache Airflow 3.2 DAGs in Python; Leoflow parses them with a dependency-free shim, runs each task as its own pod, and serves the Airflow UI — with a Go control plane that has no GIL and no Airflow in the scheduling path. v0.1.0 ships the shim, 86 connectors, generic provider operators + sensors, and a resilient local Lite edition.

Jun 28, 20266 min read0 reactions0 comments