duckdb / dbt-duckdb

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

Have the local environment release the connection when it's not in use #163

Closed jwills closed 1 year ago

jwills commented 1 year ago

Fixes #162

I had removed this hack during the work to get ready for 1.5.0 because I hated it, but I did not realize it was necessary in order to dbt power user to work seamlessly with dbt-duckdb, so back in it goes!