Skip to content

v0.14.2 dbt_zendesk_source

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 08 Jan 04:08
· 12 commits to main since this release
89c0de9

PR #59 includes the following updates:

New Features

  • Introduced new config variables for whether brand or organization tables are present, allowing customers to either enable or disable the respective staging and tmp models:
    • Updated stg_zendesk__brand (and upstream tmp model) with the new using_brands config variable.
    • Updated stg_zendesk__organization (and upstream tmp model) with the new using_organizations config variable.
    • Updated stg_zendesk__organization_tag (and upstream tmp model) with the new using_organizations config variable, as the organization_tag source table can be disabled in some situations, while organization is not. Thus anything that is disabled/enabled by using_organization_tags should contain both the using_organization_tags AND using_organizations variables.

Under the Hood

  • Updated our Buildkite model run script to ensure we test for when using_brands and using_organizations is set to either true or false.

Documentation Updates

  • Added enabled config variables to brand, organization and organization_tag in the src_zendesk.yml models.
  • Updated README with instructions on how to disable brand and organization sources.

Full Changelog: v0.14.1...v0.14.2