Missing leads stream in Hubspot connector

Summary

The user is inquiring about the absence of a ‘leads’ stream in the Hubspot connector and whether the CRM objects are being synced under different streams like ‘contacts’ or ‘deals’.


Question

Hi!

Quick question to anyone that has set up a #Hubspot connection. I am missing something here. There is no leads stream and after quickly scanning the connector source I can’t seem to find if the leads objects in crm are being sync in something else like, say, contacts or deals. Am I missing something or are these CRM objects simply not being streamed?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["hubspot-connector", "leads-stream", "crm-objects", "contacts", "deals"]

I don’t think this has been added . . . it was only added in the HubSpot v3 API, so is a bit more recent.

There are other API v3 streams if you look in https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py|streams.py though, so if you use one of those for reference it would likely be a fairly easy addition you could then contribute back

I’m assuming that eventually this connector will move toward low-code/builder, but I’m not sure if that’s already in process (you might want to check if there’s already an open issue being worked on, as this may be able to be handled as part of that change. at minimum you don’t want your work wiped out by it :upside_down_face:).

If you’re not one for dealing with Python and the CDK, you could probably work around this by making a Builder connector for just that one stream and setting it to write it into the same destination.

But incorporating it into the existing connector would be the best long-term solution for both maintainability and scheduling.

<@U035912NS77> thanks for the reply. I’ll have to weigh the options.

Contributing is probably best route