duckdb / dbt-duckdb

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

Enable batch processing on Python models #269

Closed droher closed 11 months ago

droher commented 11 months ago

Creates a separate cursor for the dbt object in a Python model, which prevents deadlocks when trying to read and write at the same time.

jwills commented 11 months ago

also don't worry about the MD test, I need to just shut that one down while they get moved over to 0.9.1

jwills commented 11 months ago

This is so great @droher -- thank you so much for fixing it! I'm going to cut a new release later tonight to get it out there.