Skip to content

v0.19.2 dbt_zendesk

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 08 Jan 08:41
· 20 commits to main since this release
cab13f0

PR #181 includes the following updates:

New Features

  • Introduced new config variables using_brands and using_organizations to allow customers to enable and disable brand and organization source data, resulting in potential downstream impacts:
  • End models that could be impacted by these variables include:
    • zendesk__ticket_backlog: using_brands and/or using_organizations can be set to false to disable brand and/or organization fields.
    • zendesk__ticket_enriched: using_organizations can be set to false to remove organization fields from the final model.
  • Intermediate models that could be impacted by these variables include:
    • int_zendesk__organization_aggregates: using_organizations can be utilized to completely disable the model.
    • int_zendesk__ticket_aggregates: using_brands can be set to false to remove brand fields from the final model.
    • int_zendesk__updater_information: using_organizations can be set to false to remove organization fields from the final model.

Under the Hood

  • Updated table_variables in the quickstart.yml with the new brand and organization tables.
  • 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

  • Updated README with instructions on how to disable brand and organization sources.

Full Changelog: v0.19.1...v0.19.2