diff --git a/sections/dataworkbench/news/recent-releases.md b/sections/dataworkbench/news/recent-releases.md index af8b20c1..0eb03ea8 100644 --- a/sections/dataworkbench/news/recent-releases.md +++ b/sections/dataworkbench/news/recent-releases.md @@ -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 diff --git a/sections/dataworkbench/news/releasejan26trd.md b/sections/dataworkbench/news/releasejan26trd.md new file mode 100644 index 00000000..72efe3a7 --- /dev/null +++ b/sections/dataworkbench/news/releasejan26trd.md @@ -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. diff --git a/sections/dataworkbench/toc.json b/sections/dataworkbench/toc.json index 788fc4ab..78a69d3a 100644 --- a/sections/dataworkbench/toc.json +++ b/sections/dataworkbench/toc.json @@ -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" }, {