mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
doc : update what's new contents for 0.13.2 (#9954)
* doc : update what's new contents for 0.13.2 * update description for special characters Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com> * add features with YT videos --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
This commit is contained in:
parent
da224c090d
commit
34df878427
@ -13,9 +13,9 @@
|
||||
|
||||
/* eslint-disable max-len */
|
||||
|
||||
export const LATEST_VERSION_ID = 11;
|
||||
export const LATEST_VERSION_ID = 12;
|
||||
|
||||
export const COOKIE_VERSION = 'VERSION_0_13_1'; // To be changed with each release.
|
||||
export const COOKIE_VERSION = 'VERSION_0_13_2'; // To be changed with each release.
|
||||
|
||||
// for youtube video make isImage = false and path = {video embed id}
|
||||
// embed:- youtube video => share => click on embed and take {url with id} from it
|
||||
@ -634,4 +634,52 @@ export const WHATS_NEW = [
|
||||
'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.`,
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
version: 'v0.13.2',
|
||||
description: 'Released on 30 January 2023.',
|
||||
features: [
|
||||
{
|
||||
title: 'Glossary Export',
|
||||
description: 'You can now export your Glossary data as a CSV file.',
|
||||
isImage: false,
|
||||
path: 'https://www.youtube.com/embed/ImlcPNFotec',
|
||||
},
|
||||
{
|
||||
title: 'Glossary Bulk Upload',
|
||||
description:
|
||||
'you can now bulk upload terms to a Glossary by adding their details in a CSV file.',
|
||||
isImage: false,
|
||||
path: 'https://www.youtube.com/embed/DnFXkg7SgIA',
|
||||
},
|
||||
{
|
||||
title: 'Mutually Exclusive Tags',
|
||||
description: `When creating a Classification or a Glossary term, you can now make the tags to be mutually exclusive. If tags are set to be mutually exclusive, you won't be able to set multiple tags from the same category in the same asset.`,
|
||||
isImage: false,
|
||||
path: 'https://www.youtube.com/embed/_AsfZctGYJU',
|
||||
},
|
||||
],
|
||||
changeLogs: {
|
||||
'Improved SQL Lineage': `- We have collaborated with the [sqllineage](https://github.com/reata/sqllineage) and [sqlfluff](https://www.sqlfluff.com/) communities
|
||||
to improve the parsing capabilities of *sqllineage*. We'll continue to collaborate to ship further improvements in new releases.`,
|
||||
'New Glossary UI': `- Moved from a tree view in the left panel to an easy to navigate list of the terms sorted alphabetically.
|
||||
- The term list shows the tags and descriptions in the cards.`,
|
||||
'Glossary Import & Export': `- You can now export your Glossary data as a CSV file.
|
||||
- In the same way, you can now bulk upload terms to a Glossary by adding their details in a CSV file.
|
||||
- The import utility will validate the file and show you a preview of the elements that are going to be imported to OpenMetadata.`,
|
||||
'Unified Tag Category API': `- Renamed Tag Categories to Classification, a more widely used term.
|
||||
- Updated the API to conform with the rest of the specification. More info [here](https://github.com/open-metadata/OpenMetadata/issues/9259).`,
|
||||
'Mutually Exclusive Tags': `- When creating a Classification or a Glossary term, you can now make the tags to be mutually exclusive.
|
||||
- If tags are set to be mutually exclusive, you won't be able to set multiple tags from the same category in the same asset.`,
|
||||
EntityName: `- To better manage and harmonize entityName value and allow users to form better expectations around these values, the team introduced enforcement of the entityName format using a regex pattern. You can find more information about this in the [docs](https://docs.open-metadata.org/deployment/upgrade).`,
|
||||
'Ingestion Framework': `- Performance Improvements: We are now getting descriptions in batch, making connectors such as Redshift or Snowflake way faster!
|
||||
- The Oracle connector now ships with the Thick mode enabled.
|
||||
- AWS QuickSight fixes
|
||||
- DB2 constraints and profiler improvements
|
||||
- Added support for Postgres Foreign Tables
|
||||
- Added support for Datalake profiler row-based sampling
|
||||
|
||||
`,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user