Hello Everyone,
I have implemented an Azure Data Factory (ADF) pipeline where I’ve set up a linked service connected to HubSpot. All necessary details like client ID, client secret, token, and refresh token were provided, and the connection was successfully established. I am not using any direct API calls in the pipeline, just the built-in linked service functionality.
When I select the “HubSpot.Contacts” table from the tables dropdown, the pipeline only retrieves 100 records, even though there are more than 100,000 contact records in the sandbox environment.
What’s confusing is that when I use the same pipeline to connect to another client’s HubSpot environment (not sandbox), it successfully reads 7,000+ contact records in one go without any issues.
Initially, the pipeline in the sandbox environment returned 14,000+ records, but now it consistently returns only 100 records. I’m unsure what might have changed, and I haven’t altered the pipeline setup.
Could there be any limitations or differences in configuration between the environments that might explain this behavior? Has anyone faced a similar issue?
Any help or insights would be greatly appreciated. Thank you!