Skip to content
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

Airbyte Native Hubspot connector #2114

Closed
sherifnada opened this issue Feb 18, 2021 · 3 comments · Fixed by #2215
Closed

Airbyte Native Hubspot connector #2114

sherifnada opened this issue Feb 18, 2021 · 3 comments · Fixed by #2215

Comments

@sherifnada
Copy link
Contributor

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:

  • "subscription_changes"
  • "email_events"
  • "forms"
  • "workflows"
  • "owners"
  • "campaigns"
  • "contact_lists"
  • "contacts"
  • "companies"
  • "deals"
  • "deal_pipelines"
  • "engagements"
  • "contacts_by_company"

We've received requests to support the following entities:

  • tickets
  • products
  • line_items
  • quotes

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:

  • replicates the current set of entities
  • replicates the new requested entities and properties
  • replicates data in an incremental fashion

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.

@sherifnada sherifnada added type/enhancement New feature or request new-connector zazmic area/connectors Connector related issues and removed type/enhancement New feature or request labels Feb 18, 2021
@sherifnada
Copy link
Contributor Author

sherifnada commented Feb 19, 2021

@eugene-kulak has volunteered to scope and provide breakdown (and implement). Initial breakdown:

@sherifnada
Copy link
Contributor Author

@eugene-kulak will create tickets and populate in the connector roadmap Project

@sowla
Copy link

sowla commented Apr 17, 2024

Hi, I see contacts_by_company listed in this and similar tickets (#2150, #2160), but I don't see it anywhere in the code or the Hubspot source documentation. I was wondering if there are plans to add this stream too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants