duckdb / dbt-duckdb

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

Pin to duckdb v0.10.2 to avoid view dependencies #399

Closed guenp closed 1 month ago

guenp commented 1 month ago

This PR adds a constraint to setup.py to skip duckdb v0.10.3 and avoid issues with view dependency enforcement. This will be fixed in 0.10.4 and above by the enable_view_dependencies configuration setting (which is set to false by default).

Related issue: https://github.com/duckdb/duckdb/issues/12191