Skip to content

v1.6.0 dbt_zendesk

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 27 May 19:58
· 3 commits to main since this release
26f355d

PR #261 includes the following updates:

Schema/Data Changes

3 total changes • 3 possible breaking changes

Data Model Change type Old New Notes
zendesk__ticket_backlog New field assignee_id Added by default when assignee_id is in the Ticket Field History Columns variable (ticket_field_history_columns). Previously, only assignee_name was included. (Breaking Change) dbt users will need to run a full refresh to backfill historical values.
zendesk__ticket_backlog New field requester_id Added when requester_id is in the Ticket Field History Columns variable (ticket_field_history_columns). Previously, only requester_name was included. (Breaking Change) dbt users will need to run a full refresh to backfill historical values.
int_zendesk__ticket_historical_status Removed fields ticket_status_counter, unique_status_counter (Breaking Chanage) Columns were deprecated in v1.5.0 and are now removed.

Full Changelog: v1.5.1...v1.6.0