duckdb / dbt-duckdb

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

pyarrow should not be required to run dbt-duckdb python models #164

Closed jwills closed 1 year ago

jwills commented 1 year ago

Fixes #155 b/c pyarrow should absolutely not be required for python models

verified this by uninstalling pyarrow and confirming that all of the python model tests passed except for the ones with explicit pyarrow dependencies; without this fix, all of the python model tests fail unless pyarrow is installed.