Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sections/dataworkbench/news/recent-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ description: This is an overview of recent releases of Data Workbench and Data P

## Recent Data Workbench changes

1. [January 2026 third release](releasejan26trd.md)
1. [January 2026 second release](releasejan26sec.md)
1. [January 2026 release](releasejan26.md)
3. [December 2025 release](releasedec25.md)
4. [November 2025 release](releasenov25.md)
5. [November 2025 second release](releasenov25sec.md)

## Recent Data Platform changes

Expand Down
31 changes: 31 additions & 0 deletions sections/dataworkbench/news/releasejan26trd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
author: Veracity
description: This is the changelog for the January 2026 third release of Data Workbench.
---

# January 2026 third release

Read this page to learn what has changed in Veracity Data Workbench with the January 2026 third release.

## Changes in existing features
This section covers changes in existing features.

### Edit shared datasets after sharing

You can now edit and save shared data sets without canceling and re-sharing them. The **Save** button is now active for shared datasets.

A warning will appear when saving changes to alert you of downstream impacts.

**Note that**:
* When you increase the scope, shares remain unaffected.
* When you decrease the scope, it affects shares.
* When you completely change the scope by replacing originally shared columns or filters, shares break.
* When you update the base data set to "select all columns", downstream shares reflect all available columns.
* When you add a filter on a column not selected by downstream shares, downstream data set becomes invalid.
* When you remove a filter and its corresponding column from the base data set, downstream shares become invalid.

Invalid data sets display a clear error message explaining the issue.

### Simplified dataset names in SPP templates

Auto-generated dataset names in SPP templates no longer include the workspace name prefix, making them shorter and easier to read.
6 changes: 5 additions & 1 deletion sections/dataworkbench/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"href": "news/recent-releases.md"
},
{
"text": "January 2026 release",
"text": "January 2026 third release",
"href": "news/releasejan26trd.md"
},
{
"text": "January 2026 second release",
"href": "news/releasejan26sec.md"
},
{
Expand Down