Skip to content

v1.1.1 dbt_salesforce

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 24 Jul 20:52
· 1 commit to main since this release
bd88214

PR #56 includes the following updates:

Bugfix

  • Updated the logic for model int_salesforce__date_spine to reference the stg_* staging models instead of the source tables.
    • This was necessary since the staging models account for multiple spellings of column names while the source tables do not.

Under the hood

  • Added --depends_on: comments to int_salesforce__date_spine to prevent errors during dbt run.
  • Added flags.WHICH in ('run', 'build') as a condition in int_salesforce__date_spine to prevent call statements from querying the staging models during a dbt compile.

Full Changelog: v1.1.0...v1.1.1