v0.14.2 dbt_zendesk_source
·
12 commits
to main
since this release
PR #59 includes the following updates:
New Features
- Introduced new config variables for whether
brand
ororganization
tables are present, allowing customers to either enable or disable the respective staging and tmp models:- Updated
stg_zendesk__brand
(and upstreamtmp
model) with the newusing_brands
config variable. - Updated
stg_zendesk__organization
(and upstreamtmp
model) with the newusing_organizations
config variable. - Updated
stg_zendesk__organization_tag
(and upstreamtmp
model) with the newusing_organizations
config variable, as theorganization_tag
source table can be disabled in some situations, whileorganization
is not. Thus anything that is disabled/enabled byusing_organization_tags
should contain both theusing_organization_tags
ANDusing_organizations
variables.
- Updated
Under the Hood
- 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
- Added enabled config variables to
brand
,organization
andorganization_tag
in thesrc_zendesk.yml
models. - Updated README with instructions on how to disable
brand
andorganization
sources.
Full Changelog: v0.14.1...v0.14.2