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

Feature: Add home_total_amount to the stg_quickbooks__deposit model #53

Merged
merged 7 commits into from
Jul 22, 2024

Conversation

fivetran-avinash
Copy link
Contributor

@fivetran-avinash fivetran-avinash commented Jul 16, 2024

PR Overview

This PR will address the following Issue/Feature: Supporting issues filed in dbt_quickbooks, particularly 115 and 128

This 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 🎉

🚘 Under the Hood 🚘

  • Included auto-releaser GitHub Actions workflow to automate future releases.
  • Updated the maintainer PR template to resemble the most up to date format.
  • Removed the check docs GitHub Action as it is no longer necessary.

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

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

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

  • [NA] 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 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?

💴 💷 💶

@fivetran-avinash fivetran-avinash changed the title Feature/add home total amount to deposit Feature: Add home_total_amount to the stg_quickbooks__deposit model Jul 16, 2024
@fivetran-avinash fivetran-avinash self-assigned this Jul 16, 2024
@fivetran-avinash fivetran-avinash marked this pull request as ready for review July 16, 2024 08:57
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.

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!

CHANGELOG.md Outdated Show resolved Hide resolved
@@ -44,6 +44,7 @@ final as (
currency_id,
cast(department_id as {{ dbt.type_string() }}) as department_id,
total_amount,
home_total_amount,
Copy link
Contributor

Choose a reason for hiding this comment

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

Please be sure to add this to the src and stg.yml files and regen the docs.

@@ -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,
Copy link
Contributor

Choose a reason for hiding this comment

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

Please be sure to add this to the src and stg.yml files and regen the docs.

Copy link
Contributor Author

@fivetran-avinash fivetran-avinash left a 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.

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.

LGTM!

@fivetran-avinash fivetran-avinash merged commit 6ea8f21 into main Jul 22, 2024
7 checks passed
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