-
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
introduce category field upstream #150
Changes from 3 commits
69ea5e4
8ee9fe1
8c98a25
fb3c82f
5d84090
e349f40
d59dec1
959d264
27b2961
3caa4d5
ea641c5
2b6950e
02f3698
f6f9e7d
948dbfe
753f5b3
f180d8b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# dbt_hubspot v0.20.0 | ||
[PR #150](https://github.com/fivetran/dbt_hubspot/pull/150) includes the following updates: | ||
|
||
## Breaking Change (`--full-refresh` required after upgrading) | ||
- Introduced the new `category` column to certain upstream models and added to relevant unique tests. This association field differentiates records by either HUBSPOT_DEFINED (default label) or USER_DEFINED (custom label) and was introduced to the connector in October 2024. For more information, refer to the upstream [CHANGELOG](https://github.com/fivetran/dbt_hubspot_source/releases/tag/v0.17.0) | ||
|
||
- This will be a breaking change and will require a `--full-refresh`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can probably remove this since we already mention it in the title header. |
||
|
||
# dbt_hubspot v0.19.1 | ||
[PR #148](https://github.com/fivetran/dbt_hubspot/pull/148) includes the following updates: | ||
|
||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
packages: | ||
- package: fivetran/hubspot_source | ||
version: [">=0.16.0", "<0.17.0"] | ||
# - package: fivetran/hubspot_source | ||
# version: [">=0.17.0", "<0.18.0"] | ||
|
||
- git: https://github.com/fivetran/dbt_hubspot_source.git | ||
revision: bugfix/category_add | ||
warn-unpinned: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reminder to swap before release. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bumping the above. |
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.
I know it's exhaustive, but can you include essentially the entire breaking change note from the source CHANGELOG to be here as well. We can still link to the source release notes, but since this is what is rendered in the Quickstart UI, it would be great to show all relevant breaking changes here without requiring the customer to click through a new link.
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.
no prob, that makes sense! added the note from source in its entirety