Hello! We are looking at deploying Airbyte in the ...
# ask-community-for-troubleshooting
s
Hello! We are looking at deploying Airbyte in the next 6 months or so as an alternative to Fivetran. I am not sure where the best spot to post this is, so feel free to guide me elsewhere. We need an additional stream in the hubspot connector (
contact_form_submissions
). I don’t see this in the airbyte default hubspot connector. Is this something that is simple to add, and are there plans to add the full suite of connectors to Airbyte? the other thing I am worried about is if there are concerns about rate-limiting on the hubspot API. We frequently get millions of records updated via Fivetran, and I am a bit concerned about Airbyte’s handling of this given it says
Copy code
Hubspot's API will rate limit the amount of records you can sync daily, so make sure that you are on the appropriate plan if you are planning on syncing more than 250,000 records per day.
u
We need an additional stream in the hubspot connector (
contact_form_submissions
). I don’t see this in the airbyte default hubspot connector. Is this something that is simple to add, and are there plans to add the full suite of connectors to Airbyte?
Yes should be something simple to add @Sam Werbalowsky. Do you have the endpoint URL to get this data? Do you mind creating a Github issue requesting this? 😄
the other thing I am worried about is if there are concerns about rate-limiting on the hubspot API. We frequently get millions of records updated via Fivetran, and I am a bit concerned about Airbyte’s handling of this given it says
If you're using Fivetran with Hubspot and probably your account have the correct access and this won't be a problem!
s
Awesome thanks for the update - I will make a ticket tomorrow…unfortunately, I’m getting an error with URL length for hubspot, which I already see as a flagged issue 😞
😖 1
u
Could you share the problem in the #C01MFR03D5W channel?
I created the issue already: https://github.com/airbytehq/airbyte/issues/6493 please add more info there to help us octavia loves
👍 1
s
@Sam Werbalowsky rate limiting shouldn’t be an issue on airbyte cloud because it would use airbyte’s central oauth app which has big rate limits But if you are going self-hosted then you might need to specifically ask hubspot to increase your rate limit. It’s a limitation on the hubspot API side unfortunately
s
Gotcha, thank you all for the help!