mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
doc : Update what's new for 0.13.1 (#9474)
This commit is contained in:
parent
f3855a1909
commit
20fa7b10fa
@ -624,13 +624,14 @@ export const WHATS_NEW = [
|
||||
features: [],
|
||||
changeLogs: {
|
||||
'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.`,
|
||||
- **Data Quality Tests** now support Data Lake services.`,
|
||||
'Notification Support': `- **Notification Support** experience 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': `- **dbt** has its own workflow. Previously, dbt was a part of the metadata ingestion process. This allows users to ingest multiple dbt projects into the same database service.`,
|
||||
'Topic Schema': `- **Topic Schemas** support field descriptions and tags. Previously, they were read-only. We now support JSON Schema, Avro and Protobuf parsing and field level details for topic schemas.`,
|
||||
'Data Insight Report': `- **Data Insight Report** has an improved layout. 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': `- **Advanced Search** improvements have been made. When a filter is applied, the details of the filter selected are displayed for clarity.`,
|
||||
'Explore Page UI': `- **Side Preview** on the **Explore** page UI is now available for all data assets. Previously it was only displayed for tables.`,
|
||||
'Airflow Lineage': `- **Airflow Lineage Operator** and the **OpenMetadata Hook** are now part of the ingestion package. Send Airflow metadata from your DAGs and safely store the OpenMetadata server connection directly in Airflow.`,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user