From 0aae0aaaeb5163b98f5ab9dd5573715786982769 Mon Sep 17 00:00:00 2001 From: fivetran-reneeli Date: Wed, 9 Aug 2023 14:35:30 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca06da..ea19565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## 🎉 Feature Update - Updates the unique test for `stg_mailchimp__members` to include both `member_id` and `list_id`, as these make up the unique key for the respective source table ([PR #17](https://github.com/fivetran/dbt_mailchimp_source/pull/17)) +## Under the Hood: +- Updates the seed data used in integration testing to include a new record for an existing `member_id` with a new `list_id`. + # dbt_mailchimp_source v0.5.0 ## 🎉 Feature Update - Databricks compatibility! ([#15](https://github.com/fivetran/dbt_mailchimp_source/pull/15))