jwills / target-duckdb

A Singer.io target for DuckDB
Other
17 stars 12 forks source link

Updates for DuckDB 0.8.1 and MotherDuck #24

Closed jwills closed 1 year ago

jwills commented 1 year ago

Problem

Fixes #23 and updates target-duckdb to work with DuckDB 0.8.1.

Proposed changes

Lots of changes here, the big one moving to CSV-based temp files for batch importing data via COPY operations, which is faster for any kind of DuckDB import we are going to do.

Checklist