Skip to content

Release Notes - v16.2

The report fetch limit is now configurable, giving you greater control over the amount of data retrieved when running a report.

Previously, the fetch limit was fixed at 5,000 records. You can now configure the fetch limit anywhere between 1 and 50,000 records.

  1. Open the report.
  2. Click the three-dot menu in the top-right corner of the canvas.
  3. Select Settings.
  4. Locate the Fetch Limit field.
  5. Enter a value between 1 and 50,000.
  6. Click Update.

The configured fetch limit will be applied to the report.


Linear Explorer now provides better visibility into scheduled entities.

Previously, there was no clear indication of whether an entity in Linear Explorer was scheduled or unscheduled. Now, when you search for a node in Linear Explorer, the schedule frequency is displayed directly on the node for scheduled entities.

This makes it easier to identify scheduled entities and understand their execution frequency at a glance.


To address Redshiftโ€™s limitation of 65,535 bytes for String values in the SUPER data type, we have introduced a new JSON Shape configuration for ingestion.

When configuring a JSON column, users can now specify the expected JSON shape:

  • Array
  • Map
  • Both

This allows users to define the type of JSON value their column contains and enables ingestion of larger JSON values into Redshift.

Users can also configure the JSON shape at the individual column level. Select the required columns and assign the desired JSON shape based on the data they contain.

If a JSON shape is selected for a specific column, the column-level selection takes precedence over the previously configured selection.


Salesforce connections now support OAuth 2.0 authentication, providing an updated and more secure authentication option for connecting to Salesforce.

Users can now choose which columns to exclude when ingesting Salesforce data.

This provides greater control over the data ingested from Salesforce and allows users to exclude columns that are not required for their use case.

Incremental ingestion is now available for Salesforce connections.

Users can configure incremental ingestion, allowing only newly added or updated data to be ingested instead of reprocessing the entire dataset.

This helps optimize ingestion workflows and reduces unnecessary data processing.