duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
883 stars 78 forks source link

Add a fast-path option for loading dbt's seed files via a DuckDB COPY operation #169

Closed jwills closed 1 year ago

jwills commented 1 year ago

Fixes #158

jwills commented 1 year ago

As is ever the case, I spent an enormous amount of time figuring out how to do this in a backwards-compatible way using as few lines of code as possible.

dwreeves commented 1 year ago

👀