An Azure service for ingesting, preparing, and transforming data at scale.
Thanks for the explanation. I understand that the query property used in HubSpot connector v1.0 is no longer available in v2.0.
However, I am still unclear whether incremental extraction is actually supported by the v2.0 connector.
For example, when loading objects such as Contacts, Leads, Calls, and similar HubSpot entities using Copy Activity, can the v2.0 connector retrieve only records changed since a given timestamp (for example hs_lastmodifieddate > @watermark), or does it always read the full object and require filtering after the data has already been extracted?
In other words, is there a documented source-side incremental/delta extraction capability in the v2.0 connector that replaces the v1.0 query functionality, or is full extraction/REST API currently the only supported approach?
I worry that retrieving the full dataset every night might keep the pipeline occupied for too long.