|
| 1 | +# dbt_zendesk v0.25.0 |
| 2 | + |
| 3 | +## Schema/Data Changes |
| 4 | + |
| 5 | +**2 total changes • 2 possible breaking changes** |
| 6 | +| **Data Model/Column** | **Change type** | **Old** | **New** | **Notes** | |
| 7 | +| -------------- | --------------- | ------------ | ------------ | --------- | |
| 8 | +| [`zendesk__ticket_metrics`](https://fivetran.github.io/dbt_zendesk/#!/model/model.zendesk.zendesk__ticket_metrics)<br>• `first_resolution_business_minutes`<br>• `first_reply_time_business_minutes`<br>• `agent_wait_time_in_business_minutes`<br>• `requester_wait_time_in_business_minutes`<br>• `solve_time_in_business_minutes`<br>• `agent_work_time_in_business_minutes`<br>• `on_hold_time_in_business_minutes`<br>• `new_status_duration_in_business_minutes`<br>• `open_status_duration_in_business_minutes`<br>• `first_reply_time_calendar_minutes`<br>• `total_reply_time_calendar_minutes`<br>• `ticket_unassigned_duration_calendar_minutes`<br>• `requester_last_login_age_minutes`<br>• `assignee_last_login_age_minutes`<br>• `unsolved_ticket_age_minutes`<br>• `unsolved_ticket_age_since_update_minutes` | Column Data Type | Integer | Numeric rounded to four decimal places | Removed logic casting ticket metric values as integers in intermediate models. This may have caused minor rounding discrepancies between the Zendesk data models and UI reports. ([PR #204](https://github.com/fivetran/dbt_zendesk/pull/204)) | |
| 9 | +| [`zendesk__sla_policies`](https://fivetran.github.io/dbt_zendesk/#!/model/model.zendesk.zendesk__sla_policies)<br>• `sla_elapsed_time` | Data Type | Integer | Numeric rounded to four decimal places | May particularly affect `agent_work_time`, `first_reply_time`, `next_reply_time`, and `requester_wait_time` SLA policy metrics. ([PR #204](https://github.com/fivetran/dbt_zendesk/pull/204)) | |
| 10 | + |
| 11 | +### Under the Hood |
| 12 | + |
| 13 | +[PR #205](https://github.com/fivetran/dbt_zendesk/pull/205) includes the following updates: |
| 14 | + |
| 15 | +- Updated conditions in `.github/workflows/auto-release.yml`. |
| 16 | +- Added `.github/workflows/generate-docs.yml`. |
| 17 | +- Added `+docs: show: False` to `integration_tests/dbt_project.yml`. |
| 18 | +- Migrated `flags` (e.g., `send_anonymous_usage_stats`, `use_colors`) from `sample.profiles.yml` to `integration_tests/dbt_project.yml`. |
| 19 | +- Updated `maintainer_pull_request_template.md` with improved checklist. |
| 20 | +- Updated `.gitignore` to exclude additional DBT, Python, and system artifacts. |
| 21 | + |
| 22 | +# dbt_zendesk v0.25.0-a1 |
| 23 | + |
| 24 | +[PR #204](https://github.com/fivetran/dbt_zendesk/pull/204) includes the following updates: |
| 25 | + |
| 26 | +## Bug Fixes |
| 27 | +- Removes logic casting ticket metric values as integers in intermediate models. This may have caused minor rounding discrepancies between the Zendesk data models and UI reports. |
| 28 | + - This may impact the following fields in the `zendesk__ticket_metrics` model, which will now be **numerics** rounded to the fourth decimal place: |
| 29 | + - `first_resolution_business_minutes` |
| 30 | + - `full_resolution_business_minutes` |
| 31 | + - `first_reply_time_business_minutes` |
| 32 | + - `agent_wait_time_in_business_minutes` |
| 33 | + - `requester_wait_time_in_business_minutes` |
| 34 | + - `solve_time_in_business_minutes` |
| 35 | + - `agent_work_time_in_business_minutes` |
| 36 | + - `on_hold_time_in_business_minutes` |
| 37 | + - `new_status_duration_in_business_minutes` |
| 38 | + - `open_status_duration_in_business_minutes` |
| 39 | + - `first_reply_time_calendar_minutes` |
| 40 | + - `total_reply_time_calendar_minutes` |
| 41 | + - `ticket_unassigned_duration_calendar_minutes` |
| 42 | + - `requester_last_login_age_minutes` |
| 43 | + - `assignee_last_login_age_minutes` |
| 44 | + - `unsolved_ticket_age_minutes` |
| 45 | + - `unsolved_ticket_age_since_update_minutes` |
| 46 | + - Particularly for the following SLA policy metrics, this may impact `zendesk__sla_policies.sla_elapsed_time`, which is also now a **numeric** rounded to the fourth decimal place: |
| 47 | + - `agent_work_time` |
| 48 | + - `first_reply_time` |
| 49 | + - `next_reply_time` |
| 50 | + - `requester_wait_time` |
| 51 | + |
1 | 52 | # dbt_zendesk v0.24.2
|
2 | 53 |
|
3 | 54 | This release includes the following updates:
|
|
0 commit comments