-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hubspot Data Ingestion into the Data Platform #1324
Comments
Following the HubSpot documentation, I was able to create a new "private app" in our Hubspot Instance named Airbyte-Integration. HubSpot was able to provide an Access token that I used to set up a new Data Source in our production instance of Airbyte Open Source. I was unable to use the access token to set up a source/connection in our QA instance of Airbyte, although I'm not sure exactly why. |
There are a number of scopes available to allow access to when configuring the private app in HubSpot. All the deals data (2,495 records) appear to be from MITXONLINE There doesn't seem to be any fields I can use to filter by product in the contact data. I also found a field called "properties" that contains nested json. I created a third Airbyte sync labeled "Airbyte Other" so I could enable additional scopes in the private app and see what additional data streams are available from those additional scopes. Those syncs are currently starting and so far I have found a few additional streams of data: contacts_property_history and owners. It may be worth going back to the private app scopes and enabling every available property in HubSpot to make sure we are getting everything, especially since Bootcamps is closing their Hubspot account by the end of the month. |
Some questions I had:
|
User Story
As a user of Hubspot, I want the data in our Hubspot instance ingested into the Data Platform so I can use it for queries. I want to be able to preserve that data if we ever decide to close our Hubspot accounts.
Description/Context
Set up a new data source for each Hubspot property so that we have a single data source / inbound connection per property.
The unique CRM properties we want to preserve from Hubspot are Contacts, Companies, Deals, and Tickets.
Get the data into the appropriate raw schemas.
Prioritize Bootcamps data first since they are planning to shut down their Hubspot account by the end of October.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: