Skip to content

v0.11.2 dbt_zendesk_source

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 15 Apr 16:50
· 23 commits to main since this release
92b0923

PR #49 includes the following updates:

Feature Updates

  • Adds passthrough column support for USER and ORGANIZATION.
    • Using the new zendesk__user_passthrough_columns and zendesk__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.
  • 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 an alias and transform_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.

Full Changelog: v0.11.1...v0.11.2