v0.11.2 dbt_zendesk_source
·
23 commits
to main
since this release
PR #49 includes the following updates:
Feature Updates
- Adds passthrough column support for
USER
andORGANIZATION
.- Using the new
zendesk__user_passthrough_columns
andzendesk__organization_passthrough_columns
variables, you can include custom columns from these source tables in their respective staging models. See README for more details on how to configure.
- Using the new
- Also updated the format of the pre-existing
TICKET
passthrough column variable,zendesk__ticket_passthrough_columns
, to align with the newly added passthrough variables delineated above.- Previously, you could only provide a list of custom fields to be included in
stg_zendesk__ticket
. Now, you have the option to provide analias
andtransform_sql
clause to be applied to each field (see README for more details). - Note: the package is and will continue to be backwards compatible with the old list-format.
- Previously, you could only provide a list of custom fields to be included in
Full Changelog: v0.11.1...v0.11.2