does anyone have experience setting up a hubspot c...
# advice-data-warehouses
b
does anyone have experience setting up a hubspot connector? I am trying to pull the
marketing_emails
object, however it seems to be limited at 250 records (we have a total of 720 in hubspot). I am assuming this is because of some sort of rate limit through the API. Is there a way to backfill all data if the only way around this is through an incremental load setup? For further context, I was able to get all records via the API using python directly using pagination. I am just not sure how to configure this via the airbyte UI. Looking at the source code, it looks like there is a 250 record limit setup for each pull. This is definitely a nooby question, but how do you get around the pagination limit here?
source code ^