apache-airflow-providers-duckdb¶
DuckDB is an in-process analytical database. Because it runs inside the Airflow task process there is no server to connect to: the “connection” describes which database file to open, if any, and how the engine should be configured.
apache-airflow-providers-duckdb package¶
DuckDB provider for Apache Airflow. Runs SQL against an in-process DuckDB database — in memory, backed by a local file, or hosted by MotherDuck — and manages extension loading and resource limits so Dag authors only supply the SQL.
Release: 0.1.0
Provider package¶
This package is for the duckdb provider.
All classes for this package are included in the airflow.providers.duckdb python package.
Installation¶
You can install this package on top of an existing Airflow installation via
pip install apache-airflow-providers-duckdb.
For the minimum Airflow version supported, see Requirements below.
Requirements¶
The minimum Apache Airflow version supported by this provider distribution is 2.11.0.
PIP package |
Version required |
|---|---|
|
|
|
|
|
|
Downloading official packages¶
You can download officially released packages and verify their checksums and signatures from the Official Apache Download site