duckdb / dbt-duckdb

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

Fix cursor isolation on Python model #270

Closed droher closed 8 months ago

droher commented 8 months ago

The read cursor is controlled by a separate function - changing so that the new cursor is applied to materialize instead.

jwills commented 8 months ago

Thanks again-- nice catch!