Release Notes Incorta v8.1 - 2026.8
Release date: September 3, 2026
Release highlights
The v8.1.0 - 2026.8 release builds on all features and fixes previously introduced in the v8.0.0 - 2026.8 release and its service packs through v8.0.2, featuring the following:
- Improved search in the Domain, Glossary Term, and Masking Rule pop-ups, returning more relevant results with full hierarchy matching
- New Schema User role, enabling collaborative schema access without object creation privileges
- New Public API endpoint to start a load job for a specific schema or selected tables within it
- Knowledge Store statuses now load in the background instead of blocking the UI
- CLI support for exporting and importing Data Studio flows
- New toggle to control the visibility of Generate Story in Content
- Improved Dynamic Group-by column management, with a resizable panel and multi-column drag-to-reorder
Upgrade considerations
Upgrade considerations for previous releases also apply to this release unless stated otherwise.
Data agent supported version
This release supports Data Agent 16.1.2. The data agent upgrade instructions for 2026.3.0 still apply.
Behavior change: Updated search behavior in Data Catalog pop-ups
Search in the Domain, Glossary Term, and Masking Rule pop-ups now returns more relevant results and supports full hierarchy matching. For more information, refer to Improved Search in the Domain, Glossary Term, and Masking Rule pop-ups.
New features
Data governance
Improved Search in the Domain, Glossary Term, and Masking Rule pop-ups
This release introduces the following search enhancements across the Domain, Glossary Term, and Masking Rule pop-ups within Data Catalog to provide more relevant results:
Domain pop-up — schema and business schema search
When a search term matched a table or view, the results previously showed every table or view under that same parent, including ones that did not match. Search now returns only the items that match the search term, displayed under their parent schema or business schema.
For example, when searching for customer, matching tables under the OnlineStore schema are returned, including customer, customeraddress, and customers_ranked, but not unrelated tables like salesorderdetail or billofmaterials.
Glossary Term and Masking Rule pop-ups — full hierarchy search
- Full hierarchy search: Search previously matched columns only. The search now also matches schemas, business schemas, tables, and views by name, and returns all columns of a matching parent. For example, searching for
customerreturns every column in theOnlineStore.customertable, includingTerritoryIDandAccountNumber, whilesalesorderheaderstill shows only its matching column,CustomerID. - Select or deselect all columns from a parent: Hover over a schema, business schema, table, or view in the results to select or deselect all of its columns at once, instead of checking each column individually.
Data management
Schema User role
In this release, Incorta introduces the Schema User role, which enables collaborative access without granting object creation privileges. Previously, users needed the Schema Manager role to view or edit schemas, which also granted unnecessary creation privileges. Schema Users can access the Schema, Business Schema, Data, Scheduler, Knowledge Stores, and Data Studio tabs and view or edit shared objects based on their access rights; however, they cannot create new objects or delete shared objects.
New endpoint to load specific schema tables
This release introduces a new Public API endpoint, /schema/{schemaName}/load, to start a load job for a specific schema or selected tables within it, with support for specifying the load type: FULL, INCREMENTAL, STAGING, or PURGING. A successful response returns the load job ID for seamless tracking.
For details, refer to Public API v2 → Load Schema Tables Endpoint.
Knowledge Store statuses
Knowledge store statuses now load in the background, so you are no longer blocked while waiting for status information to be retrieved. Refresh the knowledge stores list to view the latest statuses. Files that cannot be processed display a clear error message.
CLI support for Data Studio flow export and import
Data Studio flows can now be exported through the CLI, allowing one or more flows to be included in export packages.
Incorta AI
Control Generate Story visibility
This release introduces a control to show or hide Generate Story in Content. The Enable Generate Story toggle is available under CMC > Cluster Configurations > Server Configurations > Incorta Labs, allowing administrators to control the visibility of the Generate Story feature.
Dashboards, Visualizations, and Analytics
Improved Dynamic Group-by column management
The Dynamic Group-by dropdown panel is now resizable, and you can drag multiple columns at once to reorder them more efficiently. To move multiple columns at once, use Ctrl or Cmd for individual selections or Shift for range selections.
Additional fixes
Beyond the new features and enhancements mentioned above, this release includes the following fixes.
| Bug Identifier | Support Ticket | Description | Area |
|---|---|---|---|
| INC-100107 | 65082 | Adding a materialized view to a Dataflow could fail if a required role was missing. The required fields are now enforced to prevent materialized view creation failures. | Data Studio |
| INC-103427 | Schema validation errors in Data Studio recipes were hidden in the Columns tab, and revalidation could incorrectly report success. | Data Studio | |
| INC-102581 | 69843 | Data Flows could not be exported using the Incorta export utility. | Data Studio |
| INC-99866 | 64787 | Revalidating a recipe could fail if a recipe was deleted while the Dataflow was being revalidated. | Data Studio |
| INC-103553 | 71750 | In Aggregated tables, column width adjustments using Dynamic Group-by and measures caused table reformatting and missing columns. | Visualizations |
| INC-102667 | 70054 | Japanese text input in the rich text editor was committed at unintended times, preventing Japanese characters from being entered correctly. | Visualizations |
| INC-103523 | 71640 | Pivot tables with Dynamic Group-by incorrectly displayed a Total row when multiple pivot values were selected, particularly for larger tables, which could hide data rows. | Visualizations |
| INC-103428 | 71345 | In Rich Text Insights, copied and pasted text could flash intermittently. | Visualizations |
| INC-103436 | 71495 | Dashboard exports as HTML or PDF sometimes displayed overlapping slicer values. | Dashboards |
| INC-103059 | 70599 | Notification alerts were intermittently received even when the notification list was empty. | Analytics Service |
| INC-103520 | 71627 | Schemas could get stuck showing "being edited" when the same schema was open in two browser tabs at once, locking out all other users, | Physical schemas |
| INC-103309 | 69817 | Sending multiple dashboards to the same SFTP destination at overlapping times could cause some deliveries to fail because concurrent exports shared a single SSH session. | Data destinations |
| INC-103431 | 71304 71393 | The Clusters page in the Cluster Management Console could spin indefinitely without loading the cluster and service list after upgrading to v8.0.1. | Cluster Management Console |