duckdb / dbt-duckdb

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

Updates to support a broader class of incremental functionality #181

Closed jwills closed 1 year ago

jwills commented 1 year ago

I noticed while working on the updates to support MotherDuck that our incremental support for both additional predicates and schema changes had gotten out-of-sync with the functionality provided by the other dbt adapters, so I did some work here to fix that up and include the dbt adapter tests to ensure it stays that way.