This PR will address the following Issue/Feature: #97, #99
This PR will result in the following new package version:0.9.0
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
This is a release PR that includes the below previously approved PRs. Please see the respective PRs linked for more change details:
PR #98
PR #100
PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
[X] dbt compile
[X] dbt run –full-refresh
[X] dbt run
[X] dbt test
[X] dbt run –vars (if applicable)
Before marking this PR as “ready for review” the following have been applied:
[X] The appropriate issue has been linked and tagged
[X] 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”:
[X] You have validated these changes and assure this PR will address the respective Issue/Feature.
[X] You are reasonably confident these changes will not impact any other components of this package or any dependent packages.
[X] You have provided details below around the validation steps performed to gain confidence in these changes.
These changes were tested in their own PRs and also in this release PR. I am reasonably confident that these changes paired together will resolve the API, datatype, and column mismatch issues that were raised. Further, I have validated the underlying output models are no different from the previous build with the exception of the contact merge functionality. Now, contacts will leverage the merge functionality regardless of the presence of the contact_merge_audit table.
Unfortunately, this feature is not fully available for BigQuery users at the moment. However, this will be available in the future and will not break for BigQuery users.
Standard Updates
Please acknowledge that your PR contains the following standard updates:
Package versioning has been appropriately indexed in the following locations:
[X] indexed within dbt_project.yml
[X] indexed within integration_tests/dbt_project.yml
[X] CHANGELOG has individual entries for each respective change in this PR
[X] README updates have been applied (if applicable)
[X] DECISIONLOG updates have been updated (if applicable)
[X] 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?
PR Overview
This PR will address the following Issue/Feature: #97, #99
This PR will result in the following new package version:
0.9.0
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
This is a release PR that includes the below previously approved PRs. Please see the respective PRs linked for more change details:
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”:
These changes were tested in their own PRs and also in this release PR. I am reasonably confident that these changes paired together will resolve the API, datatype, and column mismatch issues that were raised. Further, I have validated the underlying output models are no different from the previous build with the exception of the contact merge functionality. Now, contacts will leverage the merge functionality regardless of the presence of the
contact_merge_audit
table.Unfortunately, this feature is not fully available for BigQuery users at the moment. However, this will be available in the future and will not break for BigQuery users.
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?
📦