-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/duplicate sla event ids #115
Bugfix/duplicate sla event ids #115
Conversation
Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com>
…dule-holiday-3' into bugfix/duplicate_sla_event_ids
…fivetran/dbt_zendesk into feature/update_dbt_dependencies
Update dbt dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetran-reneeli these changes look great! I made a few updates myself to pick up changes that were missing from the original 0.11.0 and were not part of the problematic code. Additionally, I made some minor edits in the sla policy model which I came across when doing the review and noticed some discrepancies when validating. Would you be able to review the changes I made and let me know if you have any concerns or comments.
Your changes look great though! I have just a few very minor comments I would like you to respond before approving.
models/sla_policy/reply_time/int_zendesk__reply_time_combined.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working through these updates @fivetran-reneeli! These changes look good after my validation and review. This is good to be merged into the base branch.
I will then conduct the final review there.
bbf8acd
into
bug/agent-work-time-schedule-holiday-3
PR Overview
This PR will address the following Issue/Feature:
This PR will result in the following new package version:
v0.12.0
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
sla__policies
model. Originally the logic in the upstreamint_zendesk__reply_time_combined
was not capturing all cases and therefore duplicatesla_event_id
s were being persisted.int_zendesk__reply_time_combined
because of the inclusion of schedule holiday time in business hours calculationsint_zendesk__reply_time_business_hours
for later use downstream-- ticket_created_at
-- sla_schedule_end_at
PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
using_schedules = True and using_schedules = False
Before marking this PR as "ready for review" the following have been applied:
Detailed Validation
Please acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review":
Standard Updates
Please acknowledge that your PR contains the following standard updates:
dbt Docs
Please acknowledge that after the above were all completed the below were applied to your branch:
If you had to summarize this PR in an emoji, which would it be?
☠️