From d8a5215072385a82d68b57243311e3acfb2b1eaa Mon Sep 17 00:00:00 2001 From: Jamie Rodriguez <65564846+fivetran-jamie@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:32:58 -0800 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de47a3..97b09fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ [PR #6](https://github.com/fivetran/dbt_qualtrics/pull/6) applies the following changes: ## Bug Fix -- Ensures that date spine in `qualtrics__daily_breakdown` always has a non-null start date, even if you do not have the `distribution_contact` source table, whose `min(created_at)` we base the date spine off of. +- Ensures the date spine in the `qualtrics__daily_breakdown` model always has a non-null start date, especially if you do not have the `distribution_contact` source table whose `min(created_at)` is used to generate the date spine. - If no `distribution_contact` table is present in your Qualtrics connector(s), the minimum date will be set to `2016-01-01`. ## Under the Hood