Airbyte Native Hubspot connector #2114
Labels
area/connectors
Connector related issues
connectors/source/hubspot
connectors/sources-api
new-connector
Milestone
Tell us about the problem you're trying to solve
We've recently received a few requests to support replicating more entities from our Hubspot connector. The connector is currently Singer-based and replicates the following entities:
We've received requests to support the following entities:
Plus some extra fields in various entities (Contacts, Deals, Companies):
property_country.updatedByUserId
property_country.versions
property_createdate.updatedByUserId
property_createdate.versions
property_d_u_n_s_number_c.updatedByUserId
property_d_u_n_s_number_c.versions
property_description.updatedByUserId
property_description.versions
property_dnb_business_name.updatedByUserId
Describe the solution you’d like
We'd like to have a hubspot source which:
Preferably this connector is written from scratch for the Airbyte protocol rather than forked from the singer hubspot tap.
Describe the alternative you’ve considered or used
Fork tap-hubspot, which is what our current connector is based on, to add support for these entities. The upside is that it's probably less work. The downside is that it'll carry Singer baggage in the code.
The text was updated successfully, but these errors were encountered: