v0.19.2 dbt_zendesk
fivetran-data-model-bot
released this
08 Jan 08:41
·
20 commits
to main
since this release
PR #181 includes the following updates:
New Features
- Introduced new config variables
using_brands
andusing_organizations
to allow customers to enable and disablebrand
andorganization
source data, resulting in potential downstream impacts: - End models that could be impacted by these variables include:
zendesk__ticket_backlog
:using_brands
and/orusing_organizations
can be set tofalse
to disablebrand
and/ororganization
fields.zendesk__ticket_enriched
:using_organizations
can be set tofalse
to removeorganization
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 tofalse
to removebrand
fields from the final model.int_zendesk__updater_information
:using_organizations
can be set tofalse
to removeorganization
fields from the final model.
Under the Hood
- Updated
table_variables
in thequickstart.yml
with the newbrand
andorganization
tables. - Updated our Buildkite model run script to ensure we test for when
using_brands
andusing_organizations
is set to either true or false.
Documentation Updates
- Updated README with instructions on how to disable
brand
andorganization
sources.
Full Changelog: v0.19.1...v0.19.2