Skip to content

v0.13.0 dbt_zendesk_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 10 Oct 19:57
8b9ca18

PR #55 includes the following updates:

Breaking Changes

  • Introduced the stg_zendesk__audit_log table for capturing schedule changes from Zendesk's audit log.
    • This model is disabled by default, to enable it set variable using_schedule_histories to true in your dbt_project.yml.
    • While currently used for schedule tracking, this table has possible future applications, such as tracking user changes.

Features

  • Updated the stg_zendesk__schedule_holidays model to allow users to disable holiday processing (while still using schedules) by setting using_holidays to false.
  • Added field-level documentation for the stg_zendesk__audit_log table.

Under the Hood Improvements

  • Added seed data for audit_log to enhance integration testing capabilities.

Full Changelog: v0.12.0...v0.13.0