-
Notifications
You must be signed in to change notification settings - Fork 39
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/created-at-update #122
bugfix/created-at-update #122
Conversation
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.
looks good!
@fivetran-jamie thanks for reviewing! I made some updates to my branch to account for your review notes and also included some new variables (also introduced in my source PR changes) that allow users to disable the history models if they wish. Would you be able to give another glance to make sure all looks good following my updates? |
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.
looks great! approved with one changelog comment
CHANGELOG.md
Outdated
- `stg_hubspot__company` | ||
- `stg_hubspot__contact` | ||
- `stg_hubspot__deal` | ||
- `stg_hubspot__ticket` |
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.
should we note which transform end models are therefore affected?
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 I agree, I just added a sub bullet to show the downstream impacts. Surprisingly it was very straightforward in only impacting the relevant end models.
PR Overview
This PR will address the following Issue/Feature: dbt_hubspot_source #117
This PR will result in the following new package version:
v0.14.0
Since this is changing the name of a field in the end model this will be breaking.
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
🚨 Breaking Changes 🚨
created_at
field in thehubspot__contacts
model has been renamed tocreated_date
to be consistent with the source data and avoid duplicate columns when persisting allproperty_*
fields at the source package.Under the Hood
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 acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review":
I was able to confirm that the field changes in the end model. Please see the source package for further validation checks.
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?
📆