Skip to content

Ticket Updates and Backlog Additions

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 05 Mar 21:47
2fccb8b

🚨 This update introduces a breaking change: Intermediate output models will now be written to (<target_schema> + _zendesk_intermediate) 🚨

Other changes the the Zendesk package include:

  • Inclusion of trackable updater specific information to the zendesk__ticket_field_history model through the use of the predefined values within the ticket_field_history_updater_columns variable. Refer to the configuration section within the ReadMe for a list of trackable updater fields.
  • Addition of the zendesk__ticket_backlog model.
  • Intermediate model consolidation and user_tag fan-out bug fix.
  • Custom schema application to intermediate models. The intermediate models will now reside within a (target + zendesk_intermediate) schema in your defined data warehouse.
  • Postgres compatibility