-
Notifications
You must be signed in to change notification settings - Fork 5k
✨ Source Hubspot: add associations stream #57540
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
Conversation
|
@atritch is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
|
@brianjlai salvageable? |
|
hi @atritch thanks for the contribution! We're actually in the process of moving Hubspot to our low-code YAML framework. I think the |
|
Thanks for your quick response! Do you have any idea when this might release? I was surprised to see that the bridge table wasn't available in the current integration and think that associations is critical to anyone who wants to do advanced analytics on their hubspot data. (Myself included 😂) |
|
@atritch sorry to close your contribution as Brian said it won't be possible to accept new Hubspot streams until the connector is moved to low-code. I'll keep you updated when the project is done. |
Sorry for the delay. We've only just recently begun working on the migration, so hopefully in a couple of weeks. Once we have some of our other |
Hi @brianjlai , can we now start to implement |

What
This change introduces the
associationsstream to the Hubspot connector, enhancing its data integration capabilities. This addition allows users to sync association data, which is crucial for understanding relationships between different Hubspot entities.How
The code changes involve updating the stream definitions in the Hubspot connector to include the new
associationsstream. This required modifications to the stream configuration and adjustments to the mock setups in the unit tests to account for the additional stream. The expected stream counts in the tests were updated to reflect this change.Review guide
source_hubspot/source.py: Check the updated stream definitions and ensure theassociationsstream is correctly implemented.unit_tests/test_source.py: Review the changes in the test file to verify that the mock setups and expected counts are updated for the new stream.User Impact
Users will now have access to the
associationsstream, allowing them to sync additional data from Hubspot. This enhancement provides a more complete view of their Hubspot data, enabling better insights and decision-making. There are no negative side effects anticipated from this change.Can this PR be safely reverted and rolled back?
Reverting this PR would remove the
associationsstream, potentially disrupting users who rely on this new data. It's recommended that any issues be addressed through follow-up patches rather than rolling back the entire change.