0.2.0a17
Pre-release
Pre-release
What's Changed
-
adds duckdb destination and dbt support by @rudolfix in #124
The 🦆db
destination is added and may be used like any other destination. The multithreaded loading is quite fast thanks toduckdb
dropping the GIL when called. See more in our docs
We also support thedbt-duckdb
adapter, the jaffle shop example was converted toduckdb
to showcase this ability -
transaction support was added to
sql_client
and Big Query got multi-statement transactions via Sessions
Full Changelog: 0.2.0a16...0.2.0a17