v1.1.0-a2 dbt_zendesk
Pre-release
Pre-release
PR #216 includes the following updates on top of v1.1.0-a1
.
Bug Fix
- Removes a filter in
int_zendesk__updates
that was erroneously filtering out some first reply messages. This filter was intended to remove "batched" chat messages stored in theTICKET_COMMENT
table, but the filter is unnecessary (and in some cases problematic) for properly calculating downstream SLA metrics.
Full Changelog: v1.1.0-a1...v1.1.0-a2