mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 01:59:23 +00:00
parent
87e8059c0e
commit
cda1613a6f
@ -30,32 +30,33 @@ export const WHATS_NEW = [
|
||||
{
|
||||
id: 0,
|
||||
version: 'v0.4.0',
|
||||
description: 'Released on 20 Aug 2021.',
|
||||
description: 'Released on 20 Sept 2021.',
|
||||
features: [
|
||||
{
|
||||
title: 'Dashboards',
|
||||
description:
|
||||
"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. ",
|
||||
isImage: true,
|
||||
path: dummyImg,
|
||||
'In 0.4.0 release, Users can now integrate dashboard services, such as Apache Superset, Tableau, and Looker, and discover dashboards and charts in their organizations in a single place along with other data assets., Similar to Tables and Databases, users can describe the dashboard, tier them, add tags, and ownership.',
|
||||
isImage: false,
|
||||
path: 'https://www.youtube.com/embed/SQbRjwZeqLg',
|
||||
},
|
||||
{
|
||||
title: 'Messaging service',
|
||||
description:
|
||||
"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. ",
|
||||
'Users can also integrate with messaging services, such as Apache Kafka (and Apache Pulsar in progress) to discover Topics. Our Message Queue connectors extractTopic configurations, cluster information, and schemas from Apache Kafka and Confluent’s Schema Registry to provide all important information at your fingertips. Users can provide rich descriptions, tiering, ownership, and tags to the topics through the UI or APIs.',
|
||||
isImage: false,
|
||||
path: 'https://www.youtube.com/embed/jssO8-5qmag',
|
||||
path: 'https://www.youtube.com/embed/KOjpWRK5wsY',
|
||||
},
|
||||
{
|
||||
title: 'UI implements',
|
||||
title: 'Data Profiler & Sample Data',
|
||||
description:
|
||||
"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. ",
|
||||
isImage: true,
|
||||
path: '',
|
||||
'The Data Profiler is a new feature that generates a data profile for a table during the ingestion process. The data profile will include information that will help understand data quality, such as data uniqueness, null counts, max and min, etc. The Data Sampler will collect sample data from an ingested table so that it can be subsequently used to get a sense of the data',
|
||||
isImage: false,
|
||||
path: 'https://www.youtube.com/embed/klOiCtYprIg',
|
||||
},
|
||||
],
|
||||
changeLogs: {
|
||||
OpenMetadata: `- Support for Kafka (and Pulsar WIP)\n- Support for Message Service and Topic entities in schemas, APIs, and UI\n- Kafka connector and ingestion support for Confluent Schema Registry\n- Support for Dashboards\n- Support for Dashboard services, Dashboards, and Charts entities in schemas, APIs, and UI\n- Looker, Superset, Tableau connector, and ingestion support`,
|
||||
'Data Quality': `- Data Profiler - The Data Profiler is a new feature that generates a data profile for a table during the ingestion process. The data profile will include information that will help understand data quality, such as data uniqueness, null counts, max and min\n - Sample Data, The Data Sampler will collect sample data from an ingested table so that it can be subsequently used to get a sense of the data.`,
|
||||
'Other features': `- Pluggable SSO integration - Auth0 support\n- Support for Presto`,
|
||||
'User Interface': `- Sort search results based on Usage, Relevance, and Last updated time\n- Search string highlighted in search results\n- Support for Kafka and Dashboards from Looker, SuperSet, and Tableau`,
|
||||
'Work in progress': `- Salesforce CRM connector\n- Data profiler to profile tables in ingestion framework and show it table details page\n- Redash dashboard connector`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user