-
Notifications
You must be signed in to change notification settings - Fork 18
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: Add home_total_amount
to the stg_quickbooks__deposit
model
#53
Feature: Add home_total_amount
to the stg_quickbooks__deposit
model
#53
Conversation
home_total_amount
to the stg_quickbooks__deposit
model
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.
This update looks good to me, I just have some documentation requests to be applied before approving. Let me know once this is ready for re-review. Thanks!
@@ -44,6 +44,7 @@ final as ( | |||
currency_id, | |||
cast(department_id as {{ dbt.type_string() }}) as department_id, | |||
total_amount, | |||
home_total_amount, |
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.
@@ -45,6 +45,7 @@ final as ( | |||
customer_id, | |||
cast(department_id as {{ dbt.type_string() }}) as department_id, | |||
cast( {{ dbt.date_trunc('day', 'due_date') }} as date) as due_date, | |||
exchange_rate, |
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.
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 Changes applied and docs regenerated, 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.
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.
LGTM!
PR Overview
This PR will address the following Issue/Feature: Supporting issues filed in
dbt_quickbooks
, particularly 115 and 128This PR will result in the following new package version: v0.10.1
We are adding a new field, but it should not impact existing customers to be breaking. (Given the scale of the concurrent PR in the transform package, I'd be open to making this breaking though)
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
🎉 Feature Update 🎉
home_total_amount
field into thestg_quickbooks__deposit
model to support the new multicurrency feature in the v0.14.0 release of thedbt_quickbooks
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 share any and all of your validation steps:
Validation details are in the transformation package, but did confirm the new column is being applied correctly in the
dbt_quickbooks
PR #134.If you had to summarize this PR in an emoji, which would it be?
💴 💷 💶