dbt-sqlite
dbt-sqlite copied to clipboard
Update incremental materialization
The incremental materialization in 1.1.x of this adapter is a little out of date with changes in dbt-core 1.1.x.
- handle cases where unique_key is a list
- dbt-core handles schema changes: see if this can be brought over
- make use of the
get_delete_insert_merge_sql
macro