From ad4bd39ea6b68d85b94ab7f5838c94414359ab13 Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Fri, 17 May 2024 13:15:04 +0530 Subject: [PATCH] Minor: added whats new content for health check feature (#16320) --- .../ui/src/components/Modals/WhatsNewModal/whatsNewData.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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 600601fe83a..987db70b6e8 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 @@ -1509,6 +1509,12 @@ API: 'Custom Properties': `- Custom Properties now allow linking other assets in the platform, such as Tables, Dashboards, etc. To enable this, create a Custom Property as an Entity Reference or Entity Reference List.`, + 'Health Check': `- Introduced the OpenMetadata Status page to do a Health Check on the setup information. + +- Helps identify missing or outdated credential information for ingestion pipeline, SSO, migration, and related issues. + +- Validates JWT authentication tokens for ingestion bots.`, + Glossary: `- The glossary term parent can now be changed from the Details page. - On the data assets page, glossary terms are displayed by hierarchy.`,