v1.0.1 dbt_salesforce
fivetran-data-model-bot
released this
20 Feb 17:56
·
8 commits
to main
since this release
PR #48 includes the following updates:
Bug Fix
- Aligns the
last_date_query
logic in theint_salesforce__date_spine
model with thefirst_date_query
logic. This ensures that users with emptyopportunity
tables will have a valid end-date (based onlead
instead ofopportunity
) for thesalesforce__daily_activity
end model.- Also adds coalesce-logic to
int_salesforce__date_spine
to ensure a succesful run withoutlead
data.
- Also adds coalesce-logic to
Documentation
- Documents how users without an
opportunity
table can still have the package run successfully for them. See README for details.
Under the Hood
- Included auto-releaser GitHub Actions workflow to automate future releases.
Full Changelog: v1.0.0...v1.0.1