How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

DuckDB Now Ships inside dbt v2

calendar_today September 22, 2026 person Geertjan Wielenga domain duckdb

dbt is the tool many data teams use to manage their SQL transformations: you write each model as a SELECT statement, and dbt works out the order to run them in from the references between models, builds the resulting tables and views in your database, and can test them along the way. dbt-duckdb , the dbt adapter for DuckDB, received its first pull request on August 27, 2021, and in the meantime has 1.4k stars on GitHub . Since then, dbt users have been able to install one Python package (dbt-duckdb, via pip ), point it at a file (a local DuckDB database), and have a working project (models bui

open_in_new Read original post