I am in need of help with a 414 error while pulling data from Hubspot using the Azure Data Factory - Hubspot Connector.
What am I doing
I am trying to build a pipeline in Azure Data Factory that loads data from Hubspot into an Azure SQL Database. I am using the out-of-the-box connector to connect to Hubspot that ADF provides and I used this Microsoft guide. For development I’ve set up an Hubspot Developers Account and use a Hubspot Test Account with fake data. I’ve set up a dynamic pipeline and all worked fine while testing it on the Test Account. But now that I’ve connected the pipeline to our Hubspot production environment, it fails for some Hubspot tables.
The problem
The specific error I get is a “414 Request-URI Too Large” error. I get this when pulling data from the table “Hubspot”.”Contacts_Properties_Values” through the Hubspot connector. I almost directly understand why this error is happing. Probably because in our Hubspot production environment we have 100+ custom properties and every property is automatically being put in the request uri by the connector. Since my Hubspot Developer Account only has 6 custom properties, this probably isn’t to much to handle.
Solution ideas
When looking online I find many people with the same issue whey using API’s, but no information of other users that use the Hubspot connector. I did find this community post which offers a possible solution I hope Microsoft is willing to add to their Hubspot connector.