v0.19.0 dbt_zendesk
fivetran-data-model-bot
released this
02 Dec 21:10
·
11 commits
to main
since this release
PR #178 includes the following updates:
Feature Update: Run Models on Muliple Zendesk Sources
- This release supports running the package on multiple Zendesk sources at once! See the README for details on how to leverage this feature.
Please note: This is a Breaking Change in that we have a added a new field,
source_relation
, that points to the source connector from which the record originated. This field addition will require adbt run --full-refresh
, even if you are not using this new functionality.
Documentation
- Cleaned up the column-level documentation descriptions for the
zendesk__ticket_enriched
andzendesk__ticket_metrics
models.
Under the Hood
- Relevant to package maintainers only:
- Added a consistency data validation test for each end model.
- Added
consistency_test_exclude_fields
to ignore in consistency tests. These are largely timestamp fields that can differ slightly due to different runtimes, butsource_relation
is also currently included due to the nature of this update. - Filtered out records made or updated today from consistency tests to avoid false positive failures due to different runtimes.
- Incorporated
source_relation
into each validation test.
Full Changelog: v0.18.1...v0.19.0