- Added support for DuckDB 0.7.x and the ability to
ATTACH
additional databases
- Added support for DuckDB 0.6.x
- Support for Python models in dbt-duckdb
- Support for the
external
materialization type
- Added the
settings
dictionary for configuring arbitrary settings in the DuckDB instance used during the dbt run
- Fixed a small bug in the multithreading implementation
- Added support for multi-threaded dbt-duckdb runs
- Support for loading DuckDB extensions
- Support for reading/writing from S3 via the aforementioned extensions
- Enforces the single-thread limit on the dbt-duckdb profile
- Fixes DuckDB 0.4.0 compatibility issue
- Align with minor version of dbt-core
- Constrain range of compatible duckdb versions
- Fix typo in package description
- Upgraded to DuckDB 0.3.2
- Refactored adapter so that dbt threads > 1 work with DuckDB
- Upgraded to DuckDB 0.3.1
- First basically working version