dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

Test, and hopefully fix, incremental composite keys #144

Closed lpezet closed 1 year ago

lpezet commented 1 year ago

resolves #143

Description

Setup to test, and then fix, the macro incremental_delete when an array is used with unique_key in model configuration.

Checklist

dbeatty10 commented 1 year ago

Nice work on this @lpezet -- I'm planning on reviewing this along with https://github.com/dbeatty10/dbt-mysql/pull/146 next week.