Airflow Compile (runnable)¶
Status: Available. Uses
etlantic-airflowandexamples/airflow_compile.py.
Compile an ETLantic PipelinePlan into an Airflow DAG artifact without
running Airflow itself.
Setup¶
Run¶
Or via CLI after planning:
uv run etlantic compile examples/quickstart.py:CustomerPipeline \
--target airflow -o /tmp/etlantic-dags
What you get¶
- A compile artifact targeting
airflow - Secret-free plan metadata suitable for DAG generation
- A path to review before deploying into an Airflow environment
Airflow itself is not required on the compile machine. Install Airflow only in the environment that will run the generated DAG.
See also¶
- Airflow execution guide
- Design study (aspirational): Airflow Pipeline
- Capabilities