Skip to content

v0.13.0 dbt_zendesk

Compare
Choose a tag to compare
@fivetran-avinash fivetran-avinash released this 29 Nov 22:21
· 82 commits to main since this release
a8a71f0

🚨 Breaking Change (Snowflake users) 🚨

  • We have changed our identifier logic in the initial Zendesk source package to account for group being both a Snowflake reserved word and a source table. Given dbt_zendesk_source is a dependency for this package, Snowflake users will want to execute a dbt run --full-refresh before using the new version of the package. PR #42

Bug Fixes

  • Updates the int_zendesk__schedule_spine model to convert the Holiday schedules into proper UTC values before being used in comparison with the schedule times. This ensures the holidays are properly mapped to schedules regardless of timezones. (PR #126)

πŸš€ Feature Updates πŸš€

  • Added solve_time_in_calendar_minutes and solve_time_in_business_minutes to our zendesk__ticket_metrics model, which calculates calendar and business minutes for when the ticket was in the 'new', 'open', 'hold', or 'pending' status. (PR #123)

πŸ”Ž Under the Hood πŸ”Ž

  • Updated the seed files and seed file configurations for the package integration tests to align with changes in dbt_zendesk_source made in PR #42 for applying the dbt_utils.star macro.
  • Corrected the folder structure for the .github folder to properly categorize the Community and Maintainer PR templates. (PR #126)

Contributors

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