fivetran / dbt_zendesk

Fivetran's Zendesk Support dbt package
https://fivetran.github.io/dbt_zendesk/#!/overview
Apache License 2.0
25 stars 30 forks source link

debug duplicate sla event ids #146

Closed fivetran-reneeli closed 2 months ago

fivetran-reneeli commented 3 months ago

PR Overview

This PR will address the following Issue/Feature: https://github.com/fivetran/dbt_zendesk/issues/144

Note that this PR currently addresses the below scenarios that resulted in duplicate sla_event_ids, though please note the issue is not completely closed out yet:

The remaining root cause of duplicates we are still working to address is due to more than 1 condition in the filtered_reply_times CTE in the int_zendesk__reply_time_combined model being met (condition 2 in addition to condition 5). We have a working solution but still need to go through testing.

This PR will result in the following new package version: v0.14.1

Non breaking

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

Bug Fixes

Documentation Updates

Bug Fixes

Documentation Updates

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

Before marking this PR as "ready for review" the following have been applied:

Detailed Validation

Please share any and all of your validation steps:

If you had to summarize this PR in an emoji, which would it be?

:dancer:
fivetran-reneeli commented 2 months ago

regen docs when approved

fivetran-reneeli commented 2 months ago

Hi @fivetran-joemarkiewicz , this is ready for re-review. Please give the updated PR template a read as well; I made sure to call out the 2 root causes of the duplicates that are addressed here. If that looks good I will make a similar comment in the issue thread so customers are aware.