HubSpot Incremental Configuration

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium HubSpot connector.


Incremental Read is counted as one filter in each filter group. On the HubSpot data source configuration page, only up to three filters can be used in each filter group. Limit the filter count to two in each filter group to use the incremental read option.


Enable Incremental Read: You can choose to enable incremental read.

This is useful if the need is only to read the objects that have been updated in the source, since the last execution of the application for the given configuration.

Provide the details for enabling incremental read as described below:

Column: Select a column on which incremental read will work. Displays the list of columns that has integer, long, date, timestamp, decimal type of values. It is recommended that this column should have sequential, unique and sorted (in increasing order) values.

Offset: You can specify the value from where you want to begin reading data from the source table.

Read Control Type: You can control the reading of data from database by utilizing below approaches.

None: Here, you can read the data without specifying any limit. From what value of the Column field, the data needs to be read.

Limit by Value: Here, you can specify the value for configured column till the point where you want to read the data.

Top