Skip to content
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

Merged
merged 7 commits into from
Dec 2, 2024
Merged

Union Data V2 #178

merged 7 commits into from
Dec 2, 2024

Conversation

fivetran-jamie
Copy link
Contributor

@fivetran-jamie fivetran-jamie commented Nov 19, 2024

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:

  • dbt run –full-refresh && dbt test
  • dbt run (if incremental models are present) && dbt test

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

  • The appropriate issue has been linked, tagged, and properly assigned
  • All necessary documentation and version upgrades have been applied
  • docs were regenerated (unless this PR does not include any code or yml updates)
  • BuildKite integration tests are passing
  • Detailed validation steps have been provided below

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)

image

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 🤷‍♂️
image

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

👯‍♂️

@fivetran-jamie fivetran-jamie self-assigned this Nov 20, 2024
@fivetran-jamie fivetran-jamie marked this pull request as ready for review November 21, 2024 21:27
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switch later

Copy link
Contributor

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

Copy link
Contributor

@fivetran-joemarkiewicz fivetran-joemarkiewicz left a 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!

CHANGELOG.md Show resolved Hide resolved
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
Copy link
Contributor

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

integration_tests/dbt_project.yml Outdated Show resolved Hide resolved
models/intermediate/int_zendesk__schedule_history.sql Outdated Show resolved Hide resolved
Copy link
Contributor

@fivetran-joemarkiewicz fivetran-joemarkiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@fivetran-catfritz fivetran-catfritz left a 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!

CHANGELOG.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
Co-authored-by: fivetran-catfritz <[email protected]>
Copy link
Contributor

@fivetran-catfritz fivetran-catfritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@fivetran-jamie fivetran-jamie merged commit 4e495c4 into main Dec 2, 2024
8 checks passed
@fivetran-jamie fivetran-jamie mentioned this pull request Dec 2, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants