doc : Update what's new for 0.13.1 (#9451)

* doc : Update what's new for 0.13.1

* Update the content
This commit is contained in:
Sachin Chaurasiya 2022-12-21 17:34:14 +05:30 committed by GitHub
parent 5641e3d1ac
commit 93f4cb19dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -623,14 +623,14 @@ export const WHATS_NEW = [
description: 'Released on 22 December 2022.',
features: [],
changeLogs: {
'Freshness Metric': `- Freshness Metric has been introduced. Data freshness is defined by how often a table is being updated and the number of rows being affected. All this is displayed within the data profiler with filterable graphs. This is currently supported for BigQuery, Snowflake, and Redshift.`,
'Data Quality': `- Support has been added for data quality tests on Data Lake.`,
'Notification Support': `- The logic for Notification Support has been improved. Users can define a Trigger (all data assets or a specific entity), Filters (events to consider), and Action (Slack, MS Teams, Email, Webhook) on where to send the alert.`,
'DBT Workflow': `- Now, DBT has its own workflow. Previously, DBT was a part of metadata ingestion workflow.`,
'Topic Schema': `- Users can update the description and tags for Topic Schema. Previously, the topic schemas were read-only.`,
'Data Insight Report': `- The layout for the Data Insight Report has been improved. We now display a line graph instead of a bar graph. The Most Viewed Data Assets are clickable to view the asset details page.`,
'Advanced Search': `- Improvements have been made to Advanced Search. Now, when a filter is applied, the details of the filter selected are displayed for clarity.`,
'Data Assets Side Preview': `- On the Explore page UI, the Side Preview is now available for all data assets. Previously it was only displayed for tables.`,
'Data Quality': `- **Freshness Metric** has been introduced. Data freshness is defined by how often a table is being updated and the number of rows being affected. All this is displayed within the data profiler with filterable graphs. This is currently supported for BigQuery, Snowflake, and Redshift.
- Support has been added for **data quality** tests on **Data Lake** .`,
'Notification Support': `- The logic for **Notification Support** has been improved. Users can define **Alerts** based on a **Trigger** (all data assets or a specific entity), **Filters** (events to consider), and **Action** (Slack, MS Teams, Email, Webhook) on where to send the alert.`,
'DBT Workflow': `- Now, DBT has its own workflow. Previously, **DBT** was a part of metadata ingestion workflow.`,
'Topic Schema': `- Users can update the description and tags for **Topic Schema**. Previously, the topic schemas were read-only. We now support Avro/Protobuf parsing and field level details for topic schemas.`,
'Data Insight Report': `- The layout for the **Data Insights Report** has been improved. We now display a line graph instead of a bar graph. The **Most Viewed Data Assets** are clickable to view the asset details page.`,
'Advanced Search': `- Improvements have been made to **Advanced Search**. Now, when a filter is applied, the details of the filter selected are displayed for clarity.`,
'Explore Page UI': `- On the **Explore** page UI, the **Side Preview** is now available for all data assets. Previously it was only displayed for tables.`,
},
},
];