You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @reubster thanks for raising this! We have been made aware of this connector update and are actively working on changes to this package currently.
I saw you checked that you were interested in contributing! I will have a PR and branch opened in the coming days; it would be super helpful if you were open to testing that branch!
Hi @reubster! Here is the branch I created that hopefully addresses this test failure. Let me know once you get a chance to run it:
branch: bugfix/category_add
Here is what you would temporarily place in your packages.yml:
## if you are only using the dbt_hubspot_source package:
- git: https://github.com/fivetran/dbt_hubspot_source.git
revision: bugfix/category_add
warn-unpinned: false
## if you are using the dbt_hubspot package
- git: https://github.com/fivetran/dbt_hubspot.git
revision: bugfix/category_add
warn-unpinned: false
Is there an existing feature request for this?
Describe the Feature
Following the breaking changes to the Hubspot API's and ingestion, the related objects in hubspot source need updating to;
How would you implement this feature?
Since the change was introduced, we now have duplicate type id's in ASSOCIATION_TYPE
Describe alternatives you've considered
We've currently disabled unit tests for hubspot_source and hubspot, but this is just temporary to ensure our pipelines complete.
Remove custom relationships in Hubspot - not acceptable to users
Fork dbt_hubspot_source and update - would very much prefer to keep using it
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: