dbt-sqlite icon indicating copy to clipboard operation
dbt-sqlite copied to clipboard

Update incremental materialization

Open codeforkjeff opened this issue 2 years ago • 0 comments

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

codeforkjeff avatar Aug 19 '22 04:08 codeforkjeff