Decoding Apache Airflow DAGs without the need for Airflow imports
TL;DR — Leoflow runs a Go control plane that never imports Apache Airflow, airflow.sdk DAGs. It does it with a structural shim: a airflow that the parser puts on the import path, then execs your dag.py to record the graph (without running task bodies or captured by at compile time and run for real i















