An Apache Airflow provider that integrates DuckDB, enabling SQL execution, data loading, and transformations within Airflow DAGs. Current version 0.2.0 targets DuckDB 0.3.x+ and Airflow 2.x. Release cadence is irregular.
pip install airflow-provider-duckdbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal DAG creating a table, inserting rows, and selecting data with DuckDBOperator.
Combine statements in one string with semicolons or use multiple tasks.
Set environment variable AIRFLOW_CONN_DUCKDB_DEFAULT='duckdb://localhost:5432/mydb' or configure via UI.
Use dotted provider import path as shown in quickstart above.