From 0bab9280c2f5aa4d281c64ae7fcbd7d47f5df054 Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:28:11 -0700 Subject: [PATCH 01/17] docs(release): Add release notes for version 0.3.15 Added release notes for version 0.3.15, including new features, fixes, and known issues. --- .../managed-datahub/release-notes/v_0_3_15.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/managed-datahub/release-notes/v_0_3_15.md diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md new file mode 100644 index 00000000000000..c1a0f7372633ea --- /dev/null +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -0,0 +1,36 @@ +# v0.3.15 + +:::info + +This contains detailed release notes, but there's also an [announcement blog post](https://datahub.com/blog/datahub-cloud-v0-3-15/) that covers the highlights. + +::: + +#### Release Availability Date + +31-Oct-2025 + +#### Recommended Versions + +- **CLI/SDK**: 1.3.0 +- **Remote Executor**: v0.3.15-acryl (recommended), v0.3.14-acryl, v0.3.13.2-acryl, v0.3.13.1-acryl, v0.3.13-acryl, v0.3.12.4-acryl +- **On-Prem Versions**: + - **Helm**: 1.5.126 + - **API Gateway**: 0.5.4 + - **Actions**: 0.0.3 + +## Release Changelog + +### v0.3.15-acryl + +New Features: + +- **SQL Anomaly Detection**: Detect Anomalies on the return value of custom SQL assertions + +Fixes: + +- **Quality Tab Performance** - Page performance when loading hundreds of assertions is significantly improved with this release + +## Known Issues + +- **executor-coordinator backwards compatibility:** TODO: @Anton @Sergio please describe From bd4187bacec94f5d451d92e7f7e53639165e5ddc Mon Sep 17 00:00:00 2001 From: Andrew Sikowitz Date: Wed, 29 Oct 2025 10:12:09 -0700 Subject: [PATCH 02/17] logical models notes --- docs/managed-datahub/release-notes/v_0_3_15.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index c1a0f7372633ea..71d7c81e29a135 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -25,6 +25,8 @@ This contains detailed release notes, but there's also an [announcement blog pos New Features: +- Moved logical models OpenAPI APIs to their own controller at `/v3/logical/` and added bulk DELETE endpoint + - **SQL Anomaly Detection**: Detect Anomalies on the return value of custom SQL assertions Fixes: @@ -34,3 +36,4 @@ Fixes: ## Known Issues - **executor-coordinator backwards compatibility:** TODO: @Anton @Sergio please describe +- PATCH of the Ownership aspect does not support assigning the same owner to multiple ownership type urns From 73ff41783268d2f94e7d537e2315f70d6b911306 Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:24:13 -0700 Subject: [PATCH 03/17] Add release notes for version 0.3.15 --- docs-website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 27d538bea639f8..909d6bb48d3873 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -491,6 +491,7 @@ module.exports = { }, { "DataHub Cloud Release History": [ + "docs/managed-datahub/release-notes/v_0_3_15", "docs/managed-datahub/release-notes/v_0_3_14", "docs/managed-datahub/release-notes/v_0_3_13", "docs/managed-datahub/release-notes/v_0_3_12", From db9082911893b2ec17f0c6a05f2a37a3fe8c5bcc Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Fri, 31 Oct 2025 10:53:14 -0400 Subject: [PATCH 04/17] Add cloud heroes release notes --- docs/managed-datahub/release-notes/v_0_3_15.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 71d7c81e29a135..eaf8057faa0876 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -25,6 +25,9 @@ This contains detailed release notes, but there's also an [announcement blog pos New Features: +- **Asset Docs File Upload**: You can now upload files directly to asset and schema field documentation! This feature, currently in private beta, supports images, PDFs, CSVs, and more, allowing you to consolidate all your information in one place — in DataHub! +- **Platforms Home Page Module**: A new Platforms module is now available for your homepage, allowing you to highlight the different platforms represented in your DataHub instance. +- **Structured Property Settings**: You can now hide structured properties from your asset sidebar when no value is set. This lets you highlight important properties while minimizing noise by hiding unset ones. - Moved logical models OpenAPI APIs to their own controller at `/v3/logical/` and added bulk DELETE endpoint - **SQL Anomaly Detection**: Detect Anomalies on the return value of custom SQL assertions @@ -32,6 +35,8 @@ New Features: Fixes: - **Quality Tab Performance** - Page performance when loading hundreds of assertions is significantly improved with this release +- **Hierarchy Module Auth Fix** - Previously if a user was not able to view a Domain in a hierarchy module, we would not show anything. Now we always return the Domains in this module that a user is authorized to see as expected. +- **Domains & Glossary Names Truncation** - Previously, if someone opened up the asset sidebar and that caused the name of a Domain or Glossary entity, we would show the truncated name with "..." and if they closed the sidebar the name would remain truncated. This odd UI bug should now be resolved. ## Known Issues From 12f9950dd4b65d6ba4ecf200ea37081627212ea1 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Mon, 3 Nov 2025 15:02:22 -0500 Subject: [PATCH 05/17] reword sql anomaly detection --- docs/managed-datahub/release-notes/v_0_3_15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index eaf8057faa0876..03ebe9bb40d90f 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -30,7 +30,7 @@ New Features: - **Structured Property Settings**: You can now hide structured properties from your asset sidebar when no value is set. This lets you highlight important properties while minimizing noise by hiding unset ones. - Moved logical models OpenAPI APIs to their own controller at `/v3/logical/` and added bulk DELETE endpoint -- **SQL Anomaly Detection**: Detect Anomalies on the return value of custom SQL assertions +- **SQL Anomaly Detection**: Detect anomalies on the return value of your SQL assertions. This feature requires seven days of training data and cannot be bootstrapped from historical results. Fixes: From 2a2459287e258f5f295f7e2f06e79c5048bb7659 Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Mon, 3 Nov 2025 15:32:35 -0500 Subject: [PATCH 06/17] add comment about home page module types --- docs/managed-datahub/release-notes/v_0_3_15.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 03ebe9bb40d90f..2959402645e3d2 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -42,3 +42,4 @@ Fixes: - **executor-coordinator backwards compatibility:** TODO: @Anton @Sergio please describe - PATCH of the Ownership aspect does not support assigning the same owner to multiple ownership type urns +- If you were to upgrade to v0.3.15 and create a "Platforms" home page module, in order to roll back to a previous version of DataHub you will need to either (1) remove the Platforms modules from all home page templates or (2) roll back to v0.3.14.2 which includes a fix to handle unknown module types. This sort of backwards compatibility with home page modules is resolved going forward with v0.3.15. From c22720e12fb02caeb78d7ede02c6d34231df58e3 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Tue, 4 Nov 2025 08:15:23 -0600 Subject: [PATCH 07/17] Update v_0_3_15.md --- docs/managed-datahub/release-notes/v_0_3_15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 2959402645e3d2..cafa09df5a8c2c 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -15,7 +15,7 @@ This contains detailed release notes, but there's also an [announcement blog pos - **CLI/SDK**: 1.3.0 - **Remote Executor**: v0.3.15-acryl (recommended), v0.3.14-acryl, v0.3.13.2-acryl, v0.3.13.1-acryl, v0.3.13-acryl, v0.3.12.4-acryl - **On-Prem Versions**: - - **Helm**: 1.5.126 + - **Helm**: 1.2.187 - **API Gateway**: 0.5.4 - **Actions**: 0.0.3 From 9ff4a8b3fe547dbdc9c357b4b7a7019c6e491320 Mon Sep 17 00:00:00 2001 From: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com> Date: Tue, 4 Nov 2025 21:53:20 +0530 Subject: [PATCH 08/17] update docs to include fix for stale gen ai config --- docs/managed-datahub/release-notes/v_0_3_15.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index cafa09df5a8c2c..2fda0979ffb7f5 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -37,6 +37,8 @@ Fixes: - **Quality Tab Performance** - Page performance when loading hundreds of assertions is significantly improved with this release - **Hierarchy Module Auth Fix** - Previously if a user was not able to view a Domain in a hierarchy module, we would not show anything. Now we always return the Domains in this module that a user is authorized to see as expected. - **Domains & Glossary Names Truncation** - Previously, if someone opened up the asset sidebar and that caused the name of a Domain or Glossary entity, we would show the truncated name with "..." and if they closed the sidebar the name would remain truncated. This odd UI bug should now be resolved. +- **Ask DataHub Settings Refresh** - Previously, restart of integrations service pod was required for enable/disable change for Ask DataHub (@DataHub) settings to take effect. Now, the settings are auto-refreshed every 5 minutes. + ## Known Issues From c3365c227cca904841e493c795e2c85f221f0b59 Mon Sep 17 00:00:00 2001 From: jayacryl <159848059+jayacryl@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:27:52 -0500 Subject: [PATCH 09/17] prettier --- docs/managed-datahub/release-notes/v_0_3_15.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 2fda0979ffb7f5..214a7d7d23bc4e 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -39,7 +39,6 @@ Fixes: - **Domains & Glossary Names Truncation** - Previously, if someone opened up the asset sidebar and that caused the name of a Domain or Glossary entity, we would show the truncated name with "..." and if they closed the sidebar the name would remain truncated. This odd UI bug should now be resolved. - **Ask DataHub Settings Refresh** - Previously, restart of integrations service pod was required for enable/disable change for Ask DataHub (@DataHub) settings to take effect. Now, the settings are auto-refreshed every 5 minutes. - ## Known Issues - **executor-coordinator backwards compatibility:** TODO: @Anton @Sergio please describe From 1171da1431c0e5c7ad8c7a43545fe751a00a5a10 Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:31:50 -0500 Subject: [PATCH 10/17] Update recommended CLI/SDK and Helm versions --- docs/managed-datahub/release-notes/v_0_3_15.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 214a7d7d23bc4e..b946b46c1fa8c1 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -12,10 +12,10 @@ This contains detailed release notes, but there's also an [announcement blog pos #### Recommended Versions -- **CLI/SDK**: 1.3.0 +- **CLI/SDK**: 1.3.1 - **Remote Executor**: v0.3.15-acryl (recommended), v0.3.14-acryl, v0.3.13.2-acryl, v0.3.13.1-acryl, v0.3.13-acryl, v0.3.12.4-acryl - **On-Prem Versions**: - - **Helm**: 1.2.187 + - **Helm**: 1.5.140 - **API Gateway**: 0.5.4 - **Actions**: 0.0.3 From 7330e7941ba30d7d3c88be069a531165593cebe8 Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:35:46 -0500 Subject: [PATCH 11/17] Update release notes for version 0.3.15 Added new features including file uploads for asset docs, a new homepage module for platforms, and enhanced structured property settings. Also moved logical models OpenAPI APIs and introduced bulk anomaly unmarking and SQL validation features. --- docs/managed-datahub/release-notes/v_0_3_15.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index b946b46c1fa8c1..484caa2136604b 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -29,7 +29,8 @@ New Features: - **Platforms Home Page Module**: A new Platforms module is now available for your homepage, allowing you to highlight the different platforms represented in your DataHub instance. - **Structured Property Settings**: You can now hide structured properties from your asset sidebar when no value is set. This lets you highlight important properties while minimizing noise by hiding unset ones. - Moved logical models OpenAPI APIs to their own controller at `/v3/logical/` and added bulk DELETE endpoint - +- **Bulk Un-Mark Anomalies**: Unmark several anomalies in one go via the 'Tune predictions' modal +- **SQL expressions for Column validity assertions**: Validate columns against reference tables with SQL expressions. - **SQL Anomaly Detection**: Detect anomalies on the return value of your SQL assertions. This feature requires seven days of training data and cannot be bootstrapped from historical results. Fixes: From 8ca0c1d1d4e3fdecdb2fa762a71b667507aaf1d2 Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Tue, 4 Nov 2025 13:44:19 -0800 Subject: [PATCH 12/17] Added subscription dashboard --- docs/managed-datahub/release-notes/v_0_3_15.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 484caa2136604b..cc554f3e666b99 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -32,6 +32,7 @@ New Features: - **Bulk Un-Mark Anomalies**: Unmark several anomalies in one go via the 'Tune predictions' modal - **SQL expressions for Column validity assertions**: Validate columns against reference tables with SQL expressions. - **SQL Anomaly Detection**: Detect anomalies on the return value of your SQL assertions. This feature requires seven days of training data and cannot be bootstrapped from historical results. +- **Bulk Subscription Management**: Manage all of your and your groups' subscriptions in the new subscription dashboard. You can search and filter through your subscriptions, and bulk edit or delete them. Fixes: From 3d93078dc11a6f2e72bf130c40d98c3b2ecb1bdb Mon Sep 17 00:00:00 2001 From: Ben Blazke Date: Tue, 4 Nov 2025 13:47:19 -0800 Subject: [PATCH 13/17] Update release notes for version 0.3.15 Improved performance and fixed UI bugs in various features, including the Quality Tab and Domain visibility. Enhanced Ask DataHub settings refresh mechanism. --- docs/managed-datahub/release-notes/v_0_3_15.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index cc554f3e666b99..d1bf8f36a1a252 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -40,6 +40,8 @@ Fixes: - **Hierarchy Module Auth Fix** - Previously if a user was not able to view a Domain in a hierarchy module, we would not show anything. Now we always return the Domains in this module that a user is authorized to see as expected. - **Domains & Glossary Names Truncation** - Previously, if someone opened up the asset sidebar and that caused the name of a Domain or Glossary entity, we would show the truncated name with "..." and if they closed the sidebar the name would remain truncated. This odd UI bug should now be resolved. - **Ask DataHub Settings Refresh** - Previously, restart of integrations service pod was required for enable/disable change for Ask DataHub (@DataHub) settings to take effect. Now, the settings are auto-refreshed every 5 minutes. +- **Invite Users** - Fixes for better discoverability of the feature. + ## Known Issues From 46b3d86e4b87fed938620f81ce6c249f936cb37a Mon Sep 17 00:00:00 2001 From: Maggie Hays Date: Tue, 4 Nov 2025 18:40:03 -0600 Subject: [PATCH 14/17] adds ingestion log download; lineage search filter --- docs/managed-datahub/release-notes/v_0_3_15.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index d1bf8f36a1a252..4e912024687190 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -33,14 +33,16 @@ New Features: - **SQL expressions for Column validity assertions**: Validate columns against reference tables with SQL expressions. - **SQL Anomaly Detection**: Detect anomalies on the return value of your SQL assertions. This feature requires seven days of training data and cannot be bootstrapped from historical results. - **Bulk Subscription Management**: Manage all of your and your groups' subscriptions in the new subscription dashboard. You can search and filter through your subscriptions, and bulk edit or delete them. +- **New Search Filter: Asset-Level Lineage**: Quickly narrow down large sets of Search results sets to identify well-connected assets with established lineage dependencies. Fixes: -- **Quality Tab Performance** - Page performance when loading hundreds of assertions is significantly improved with this release -- **Hierarchy Module Auth Fix** - Previously if a user was not able to view a Domain in a hierarchy module, we would not show anything. Now we always return the Domains in this module that a user is authorized to see as expected. -- **Domains & Glossary Names Truncation** - Previously, if someone opened up the asset sidebar and that caused the name of a Domain or Glossary entity, we would show the truncated name with "..." and if they closed the sidebar the name would remain truncated. This odd UI bug should now be resolved. -- **Ask DataHub Settings Refresh** - Previously, restart of integrations service pod was required for enable/disable change for Ask DataHub (@DataHub) settings to take effect. Now, the settings are auto-refreshed every 5 minutes. -- **Invite Users** - Fixes for better discoverability of the feature. +- **Quality Tab Performance**: Page performance when loading hundreds of assertions is significantly improved with this release +- **Hierarchy Module Auth Fix**: Previously, if a user was not able to view a Domain in a hierarchy module, we would not show anything. Now we always return the Domains in this module that a user is authorized to see as expected. +- **Domains & Glossary Names Truncation**: Previously, if someone opened up the asset sidebar and that caused the name of a Domain or Glossary entity, we would show the truncated name with "..." and if they closed the sidebar the name would remain truncated. This odd UI bug should now be resolved. +- **Ask DataHub Settings Refresh**: Previously, restart of integrations service pod was required for enable/disable change for Ask DataHub (@DataHub) settings to take effect. Now, the settings are auto-refreshed every 5 minutes. +- **Invite Users**: Fixes for better discoverability of the feature. +- **Comprehensive Ingestion Log Export**: Resolves issue where Ingestion Log downloads were truncated due to large file size; available for all ingestion runs, including those using DataHub Remote Executor. ## Known Issues From b2fc7051a809a6471b48bacb94623ac206de3b4b Mon Sep 17 00:00:00 2001 From: John Joyce Date: Wed, 5 Nov 2025 10:30:06 -0800 Subject: [PATCH 15/17] Update v_0_3_15.md --- docs/managed-datahub/release-notes/v_0_3_15.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 4e912024687190..f43bc9184f0a09 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -34,6 +34,9 @@ New Features: - **SQL Anomaly Detection**: Detect anomalies on the return value of your SQL assertions. This feature requires seven days of training data and cannot be bootstrapped from historical results. - **Bulk Subscription Management**: Manage all of your and your groups' subscriptions in the new subscription dashboard. You can search and filter through your subscriptions, and bulk edit or delete them. - **New Search Filter: Asset-Level Lineage**: Quickly narrow down large sets of Search results sets to identify well-connected assets with established lineage dependencies. +- **Custom AI Documentation Instructions**: Configure custom base prompts used to guide our AI model when generating documentation for Tables and Columns. Useful to enforce standards, guidelines, best practices. +- **Custom Ask DataHub Instructions**: Configure custom base prompts used to guide our AI assistant when generating answers to user questions. Useful for providing organization-wide context that can be used to inform AI responses in Slack + Teams. +- **Ask DataHub in DataHub** (Private Beta): Have conversations with DataHub AI directly inside DataHub's interface in a new Chat experience. Reach out to your customer support representative for more information. Fixes: From 544acf4160c42ed310763962565db736a61daa02 Mon Sep 17 00:00:00 2001 From: Anush Kumar Date: Wed, 5 Nov 2025 10:38:57 -0800 Subject: [PATCH 16/17] Update v_0_3_15.md - Ingestion release notes --- docs/managed-datahub/release-notes/v_0_3_15.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index f43bc9184f0a09..0bcf75a5b77566 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -37,6 +37,9 @@ New Features: - **Custom AI Documentation Instructions**: Configure custom base prompts used to guide our AI model when generating documentation for Tables and Columns. Useful to enforce standards, guidelines, best practices. - **Custom Ask DataHub Instructions**: Configure custom base prompts used to guide our AI assistant when generating answers to user questions. Useful for providing organization-wide context that can be used to inform AI responses in Slack + Teams. - **Ask DataHub in DataHub** (Private Beta): Have conversations with DataHub AI directly inside DataHub's interface in a new Chat experience. Reach out to your customer support representative for more information. +- **IAM Authentication Support**: MySQL and PostgreSQL sources now support IAM authentication. +- **Unity Catalog/Databricks**: Use SQL to extract query history for usage instead of API calls. +- **Fivetran Google Sheets Support**: Added Google Sheets connector support with Fivetran API client integration. Fixes: @@ -46,7 +49,10 @@ Fixes: - **Ask DataHub Settings Refresh**: Previously, restart of integrations service pod was required for enable/disable change for Ask DataHub (@DataHub) settings to take effect. Now, the settings are auto-refreshed every 5 minutes. - **Invite Users**: Fixes for better discoverability of the feature. - **Comprehensive Ingestion Log Export**: Resolves issue where Ingestion Log downloads were truncated due to large file size; available for all ingestion runs, including those using DataHub Remote Executor. - +- **Empty Column Names**: Fixed handling of empty column names from Snowflake access history that were causing ingestion failures. +- **SQLAlchemy Compatibility**: Fixed compatibility issues with SQLAlchemy 1.4+ versions. +- **Pydantic v2 upgrade in SDK**: Removed support for Pydantic v1, migrated to Pydantic v2. +- **Bug fixes and performance fixes in ~11 connectors**: Snowflake, Dremio, MSSQL, MongoDB, Delta Lake, Teradata, Redshift, Metabase, Grafana, CockroachDB, MariaDB, etc. ## Known Issues From e7a5628cb9a90638325f1fd308faa4b787ecc08f Mon Sep 17 00:00:00 2001 From: jayacryl <159848059+jayacryl@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:53:07 -0500 Subject: [PATCH 17/17] prettier --- docs/managed-datahub/release-notes/v_0_3_15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_15.md b/docs/managed-datahub/release-notes/v_0_3_15.md index 0bcf75a5b77566..a23cd259e66d72 100644 --- a/docs/managed-datahub/release-notes/v_0_3_15.md +++ b/docs/managed-datahub/release-notes/v_0_3_15.md @@ -34,7 +34,7 @@ New Features: - **SQL Anomaly Detection**: Detect anomalies on the return value of your SQL assertions. This feature requires seven days of training data and cannot be bootstrapped from historical results. - **Bulk Subscription Management**: Manage all of your and your groups' subscriptions in the new subscription dashboard. You can search and filter through your subscriptions, and bulk edit or delete them. - **New Search Filter: Asset-Level Lineage**: Quickly narrow down large sets of Search results sets to identify well-connected assets with established lineage dependencies. -- **Custom AI Documentation Instructions**: Configure custom base prompts used to guide our AI model when generating documentation for Tables and Columns. Useful to enforce standards, guidelines, best practices. +- **Custom AI Documentation Instructions**: Configure custom base prompts used to guide our AI model when generating documentation for Tables and Columns. Useful to enforce standards, guidelines, best practices. - **Custom Ask DataHub Instructions**: Configure custom base prompts used to guide our AI assistant when generating answers to user questions. Useful for providing organization-wide context that can be used to inform AI responses in Slack + Teams. - **Ask DataHub in DataHub** (Private Beta): Have conversations with DataHub AI directly inside DataHub's interface in a new Chat experience. Reach out to your customer support representative for more information. - **IAM Authentication Support**: MySQL and PostgreSQL sources now support IAM authentication.