Skip to content

v1.0.1 dbt_salesforce

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 20 Feb 17:56
· 7 commits to main since this release
169028f

PR #48 includes the following updates:

Bug Fix

  • Aligns the last_date_query logic in the int_salesforce__date_spine model with the first_date_query logic. This ensures that users with empty opportunity tables will have a valid end-date (based on lead instead of opportunity) for the salesforce__daily_activity end model.
    • Also adds coalesce-logic to int_salesforce__date_spine to ensure a succesful run without lead data.

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