Josh Wills
Josh Wills
This allows a user to use dbt-duckdb with a dbt project that was written for another database; there is more testing I need to do to verify that this works...
DuckDB has indexes like Postgres does, and I suspect that we will discover some use cases and pipelines where the ability to add them in helps significantly with performance. dbt-postgres...
This will prevent typos in the `Credentials` from causing silent failures at runtime (e.g., because extensions were not actually loaded.) Gonna solicit some feedback on merging this as there may...
**What change does this PR introduce?** Adds support and CI testing for dbt-duckdb. **If this PR introduces a new macro, how did you test the new macro?** By wiring up...
This still doesn't work unfortunately, but at least it's much more up to date than my last attempt to fix/implement #161