-
Notifications
You must be signed in to change notification settings - Fork 39
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
v0.19.0- upstream breaking changes #147
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-reneeli LGTM! Just one small CHANGELOG update required before moving to release review.
packages.yml
Outdated
# version: [">=0.16.0", "<0.17.0"] | ||
|
||
- git: https://github.com/fivetran/dbt_hubspot_source.git | ||
revision: bugfix/column_quote_all_passthrough_columns | ||
warn-unpinned: false |
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.
Reminder to update before merge.
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.
Same!
Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com>
integration_tests/dbt_project.yml
Outdated
# hubspot__company_pass_through_columns: | ||
# - name: "property_hs_all-funky-a9384-syntax" | ||
# alias: "funky_field" | ||
hubspot_sales_enabled: true # enable when generating docs |
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.
We should comment lines 16-17 out before merging?
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.
thanks! Yes will comment out the unnecessary configs
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-reneeli (Sorry, ignore previous comment) One suggestion and then this is ready to release once the source is approved!
PR Overview
This PR will address the following Issue/Feature:
In combination with fivetran/dbt_hubspot_source#129
This PR will result in the following new package version: 0.19.0
Breaking due to breaking changes in the upstream package.
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
Breaking Changes
hubspot__pass_through_all_columns
andhubspot__<>_pass_through_columns
, this may be a breaking change due to leveraging theremove_duplicate_and_prefix_from_columns
macro. This is a breaking change because this macro can remove duplicate fields, resulting in an impact to your schema. For more information refer to the upstream dbt_hubspot_source v0.15.0 release notes.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:
see internal ticket
If you had to summarize this PR in an emoji, which would it be?
💃