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/detail-type-addition #43

Merged
merged 12 commits into from
Apr 19, 2023

Conversation

fivetran-joemarkiewicz
Copy link
Contributor

@fivetran-joemarkiewicz fivetran-joemarkiewicz commented Apr 7, 2023

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 the stg_quickbooks__invoice_line model and the corresponding get_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:

  • dbt compile
  • dbt run –full-refresh
  • dbt run
  • dbt test
  • dbt run –vars (if applicable)

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

  • The appropriate issue has been linked and tagged
  • You are assigned to the corresponding issue and this PR
  • BuildKite integration tests are passing

Detailed Validation

Please acknowledge that the following validation checks have been performed prior to marking this PR as “ready for review”:

  • You have validated these changes and assure this PR will address the respective Issue/Feature.
  • You are reasonably confident these changes will not impact any other components of this package or any dependent packages.
  • You have provided details below around the validation steps performed to gain confidence in these changes.

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:

  • Package versioning has been appropriately indexed in the following locations:
    • indexed within dbt_project.yml
    • indexed within integration_tests/dbt_project.yml
  • CHANGELOG has individual entries for each respective change in this PR
  • README updates have been applied (if applicable)
  • DECISIONLOG updates have been updated (if applicable)
  • Appropriate yml documentation has been added (if applicable)

dbt Docs

Please acknowledge that after the above were all completed the below were applied to your branch:

  • docs were regenerated (unless this PR does not include any code or yml updates)

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

🕵️

@fivetran-joemarkiewicz fivetran-joemarkiewicz changed the base branch from main to release/v0.8.0 April 11, 2023 15:49
@fivetran-joemarkiewicz fivetran-joemarkiewicz marked this pull request as ready for review April 12, 2023 21:34
@fivetran-joemarkiewicz fivetran-joemarkiewicz mentioned this pull request Apr 12, 2023
8 tasks
Copy link
Contributor

@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 Looking mostly good, some minor corrections to potentially address!

CHANGELOG.md Outdated
@@ -1,3 +1,8 @@
# dbt_quickbooks_source v0.7.2
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

integration_tests/seeds/invoice_line_data.csv Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
integration_tests/dbt_project.yml Show resolved Hide resolved
dbt_project.yml Show resolved Hide resolved
models/src_quickbooks.yml Outdated Show resolved Hide resolved
models/stg_quickbooks.yml Outdated Show resolved Hide resolved
fivetran-joemarkiewicz and others added 4 commits April 19, 2023 11:21
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>
@fivetran-joemarkiewicz
Copy link
Contributor Author

Thanks for reviewing @fivetran-avinash!! Just made the updates and it is ready for re-review!

Copy link
Contributor

@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.

it's merging time!

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.

2 participants