-
Notifications
You must be signed in to change notification settings - Fork 29
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
Union Data V2 #178
Union Data V2 #178
Conversation
packages.yml
Outdated
version: [">=0.13.0", "<0.14.0"] | ||
# - package: fivetran/zendesk_source | ||
# version: [">=0.14.0", "<0.15.0"] | ||
- git: https://github.com/fivetran/dbt_zendesk_source.git |
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.
switch later
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.
Bump for switch reminder before merge
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-jamie just a few small comments before approving. Let me know your thoughts. Thanks!
packages.yml
Outdated
version: [">=0.13.0", "<0.14.0"] | ||
# - package: fivetran/zendesk_source | ||
# version: [">=0.14.0", "<0.15.0"] | ||
- git: https://github.com/fivetran/dbt_zendesk_source.git |
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.
Bump for switch reminder before merge
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.
LGTM
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-jamie Left a couple suggestions!
Co-authored-by: fivetran-catfritz <[email protected]>
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.
lgtm!
…an/dbt_zendesk into feature/add-union-data-v2
PR Overview
This PR will address the following Issue/Feature:
#124
This will be merged in instead of #132
This PR will result in the following new package version:
v0.19.0
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
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:
Validation tests all passed on our internal dataset (I added consistency ones for each end mode) EXCEPT for
sla_count_match
(more below)I think the
sla_count_match
test is actually misguided.The latest_sla window function on the source table doesn’t account for the limiting joins in this model.Also, test does not currently pass on prod! (the same exact 10 tickets fail). I've excluded the tickets for now to get everything passing 🤷♂️
If you had to summarize this PR in an emoji, which would it be?
👯♂️