dbt-labs / dbt-adapter-tests

a pytest plugin for dbt adapter test suites
19 stars 11 forks source link

Test for incremental model with uniqueness constraint #15

Open dataders opened 3 years ago

dataders commented 3 years ago

probably would be a good idea to have coverage for the unique_key config option for incremental models. This came up in https://github.com/dbt-msft/dbt-sqlserver/pull/102.