From d394fd0cffc0c79439f840dc6ea170eed728a85d Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Fri, 10 Jan 2025 14:40:52 +0530 Subject: [PATCH] Minor: Update what's new content (#19300) * update what's new content * Update the release date --- .../ui/src/components/Modals/WhatsNewModal/whatsNewData.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts index 245886205ef5..4004a67f9915 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts @@ -1470,7 +1470,7 @@ Since we are introducing the Auto Classification workflow, we are going to remov { id: 58, version: 'v1.6.2', - description: 'Released on 8th January 2025.', + description: 'Released on 10th January 2025.', features: [], changeLogs: { Improvements: `- **Fix**: Test case getting removed from logical test suite after editing the test case. @@ -1486,7 +1486,6 @@ Since we are introducing the Auto Classification workflow, we are going to remov - **Fix**: Column lineage ingestion failed to parse column due to subquery raw_name AttributeError. - **Fix**: Data Insight Tier Filter does not work. - **Fix**: Add depth support for storage connector. -- **Fix**: The tag also adding to a different asset when a different asset with the same name is updated with the tag. - **Fix**: Replace the description editor with a new block editor. - **Fix**: Redshift Metadata ingestion failing for Stored Procedure. - **Fix**: Lineage view not showing all the nodes in case of circular lineage. @@ -1497,7 +1496,6 @@ Since we are introducing the Auto Classification workflow, we are going to remov - **Fix**: Auto Classification Ingestion - AttributeError: 'DataType' object has no attribute 'dialect_impl'. - **Fix**: Adding the profiler for doris failing to execute. - **Fix**: Unable to remove existing values from custom property (enum data type). -- **Improvement**: Ability to disable soft delete when Ingestion pipeline fails. - **Improvement**: Ability to sort the DI charts based on date or term. - **Improvement**: Support test connection api cancellation on click of cancel. - **Improvement**: Highlight the search term for schema table on table details page.