-
Notifications
You must be signed in to change notification settings - Fork 19
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
feature/detail-type-addition #43
feature/detail-type-addition #43
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.
@fivetran-joemarkiewicz Looking mostly good, some minor corrections to potentially address!
CHANGELOG.md
Outdated
@@ -1,3 +1,8 @@ | |||
# dbt_quickbooks_source v0.7.2 |
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 this be v0.8.0 now (or nothing)? The dbt_project.yml reflects the version. I'm guessing this is getting overwritten in the final release branch so not a huge deal either way.
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.
Yeah I started adjusting these but then left them as we were going to change them in the release branch anyway.
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.
Updated to be in line with 0.8.0 release
Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com>
Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com>
Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com>
Thanks for reviewing @fivetran-avinash!! Just made the updates and it is ready for re-review! |
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.
it's merging time!
PR Overview
This PR will address the following Issue/Feature: #17
This PR will result in the following new package version:
v0.7.2
This PR is only adding a new field to the staging model. Since the field is also added to the respective macro, this will not be a breaking change.
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
This PR adds the
detail_type
field to thestg_quickbooks__invoice_line
model and the correspondingget_invoice_line_columns
macro to ensure the field is populated even if the source does not have this field.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”:
Validation steps included running the package and seeing the
detail_type
properly present itself in the staging model.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?
🕵️