From 8c05938dba3b6b8eb91fb3f55d82a895f652de30 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:15:49 -0500 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 b61c8e3..5e3b9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ [PR #52](https://github.com/fivetran/dbt_salesforce/pull/52) includes the following updates: ## Bug fixes -- Updated model `int_salesforce__date_spine` to accommodate when model `salesforce__lead` exists but has no records. In this case, the model now defaults to a range of one-month from the current date. +- Updated model `int_salesforce__date_spine` to accommodate when the Salesforce `lead` object exists but has no records. In this case, the model now defaults to a range of one-month from the current date. ## Under the hood - Updated structure of model `int_salesforce__date_spine` for improved performance and maintainability.