Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui): update what's new for 1.6.1 #18994

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample
import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import collateIcon from '../../../assets/svg/ic-collate.svg';

export const COOKIE_VERSION = 'VERSION_1_5_12'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_6_1'; // 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
Expand Down Expand Up @@ -1170,7 +1170,151 @@ To continue pursuing this objective, the application was completely refactored t
{
id: 55,
version: 'v1.6.0',
description: 'Released on 5th December 2024.',
description: 'Released on 10th December 2024.',
features: [
{
title: `Visualizing Your Data Landscape with Entity Relationship (ER) Diagrams (Collate)`,
description: `Understanding complex database schemas can be challenging without clear visualization. While OpenMetadata's best-in-class Lineage UI helps track data flow, there are better options for viewing structural relationships between tables. Collate 1.6 introduces ER diagrams as a new feature to let you:

1. Visualize table connections through primary and foreign key constraints

2. Navigate between data assets to discover relationships

3. Modify connections using the built-in UI editor

ER diagrams help you better understand and manage your data architecture by showing how your database tables relate to each other.`,
isImage: false,
path: 'https://www.youtube.com/embed/3m2xHpIsYuM',
},
{
title:
'Establishing Smooth Data Governance with Automated Glossary Approval Workflows (Collate)',
description: `Organizations often struggle with data governance due to rigid, pre-defined manual workflows. OpenMetadata 1.6 introduces a new, automated data governance framework designed to be customized to each organization's needs.

In Collate 1.6, the Glossary Approval Workflow has been migrated to this new framework. Now, you can create custom approval processes with specific conditions and rules and easily visualize them through intuitive workflow diagrams. You can also create smart approval processes for glossary terms with real-time state changes and task creation to save time and streamline work. `,
isImage: false,
path: 'https://www.youtube.com/embed/yKJNWUb_ucA',
},
{
title:
'Data Certification Workflows for Automated Bronze, Silver, & Gold Data Standardization (Collate)',
description: `Collate 1.6 also leverages the new data governance framework for a new Data Certification Workflow, allowing you to define your organization's rules to certify your data as Bronze, Silver, or Gold. Certified assets are a great way to help users discover the right data and inform them which data has been properly curated.

Our vision is to expand our governance framework to allow our users to create their own Custom Governance workflows. We want to enable data teams to implement and automate data governance processes that perfectly fit your organization, promoting data quality and compliance.`,
isImage: false,
path: 'https://www.youtube.com/embed/hqxtn6uAvt4',
},
{
title:
'Maintaining a Healthy Data Platform with Observability Dashboards (Collate)',
description: `Monitoring data quality and incident management across platforms can be challenging. OpenMetadata has been a pillar for data quality implementations, with its ability to create tests from the UI, native observability alerts, and Incident Manager. It offers data quality insights on a per-table level. .

In Collate 1.6, we’re introducing platform-wide observability dashboards that allow you to track overall data quality coverage trends and analyze incident response performance across your entire data estate. Quickly identify root causes through enhanced asset and lineage views and enable proactive data quality management across your entire data ecosystem.`,
isImage: false,
path: 'https://www.youtube.com/embed/DQ-abGXOsHE',
},
{
title: 'Elevating Metric Management with Dedicated Metric Entities',
description: `Metrics are essential for data-driven organizations, but OpenMetadata previously lacked dedicated metric management, forcing users to use glossary terms as a workaround. The new "Metric" entity in OpenMetadata 1.6 provides a purpose-built solution to:.

1. Document detailed metric calculations and descriptions

2. Record calculation formulas and implementation code (Python, Java, SQL, LaTeX)

3. Visualize metric lineage from source data to insights

This new addition helps teams better manage, understand, and calculate their business KPIs, for improved data literacy and consistency across data teams. `,
isImage: false,
path: 'https://www.youtube.com/embed/Nf97_oWNAmM',
},
{
title: 'Reinforcing Data Security with Search RBAC',
description: `OpenMetadata's Roles and Policies enable granular permission control, ensuring appropriate access to metadata across different domains and teams. Some data teams may wish to enable data discovery to search for other tables while still enforcing controls with access requests. Other data teams in more restrictive environments may also wish to control the search experience.

OpenMetadata 1.6 extends Role-Based Access Control (RBAC) to search functionality, allowing administrators to tailor user search experience. This provides personalized search results, with users only seeing assets they have permission to access, as well as stronger data governance by ensuring users only interact with data within their defined roles and responsibilities.`,
isImage: false,
path: 'https://www.youtube.com/embed/03ke9uv0PG0',
},
{
title: 'Streamlining Data Management with Additional Enhancements',
description: `Release 1.6 comes with several other notable improvements:

- **Asynchronous Export APIs** : Enjoy increased efficiency when exporting and importing large datasets with new asynchronous APIs.

- **Faster Search Re-indexing**: Experience significantly improved performance in search re-indexing, making data discovery even smoother.

- **Improved Data Insights Custom Dashboards UI (Collate)**: To make it even easier to write your own insights dashboards in Collate.

- **Slack Integration (Collate)**: Collate is releasing a new Application that lets your users find and share assets directly within your Slack workspace!

- **Alert Debuggability**: Allowing users to test the destinations and see whenever the alert was triggered.`,
isImage: false,
path: 'https://www.youtube.com/embed/7pUF9ZK2iK4',
},
{
title: 'Expanded Connector Ecosystem and Diversity',
description: `OpenMetadata’s ingestion framework contains 80+ native connectors. These connectors are the foundation of the platform and bring in all the metadata your team needs: technical metadata, lineage, usage, profiling, etc.

We bring new connectors in each release, continuously expanding our coverage. This time, release 1.6 comes with seven new connectors:

1. **OpenAPI**: Extract rich metadata from OpenAPI specifications, including endpoints and schemas.

2. **Sigma**: Bringing in your BI dashboard information.

3. **Exasol**: Gain insights into your Exasol database, now supported thanks to Nicola Coretti’s OSS contribution!

And in Collate, we are bringing four ETL, dashboarding and ML tools: **Matillion, Azure Data Factory, Stitch, PowerBI Server** and **Vertex AI!**`,
isImage: false,
path: '',
},
],
changeLogs: {
['Backward Incompatible Changes']: `

**Ingestion Workflow Status:**

We are updating how we compute the success percentage. Previously, we took into account for partial success the results of the Source (e.g., the tables we were able to properly retrieve from Snowflake, Redshift, etc.). This means that we had an error threshold in there were if up to 90% of the tables were successfully ingested, we would still consider the workflow as successful. However, any errors when sending the information to OpenMetadata would be considered as a failure.
Now, we're changing this behavior to consider the success rate of all the steps involved in the workflow. The UI will then show more Partial Success statuses rather than Failed, properly reflecting the real state of the workflow.

**Profiler & Auto Classification Workflow:**

We are creating a new Auto Classification workflow that will take care of managing the sample data and PII classification, which was previously done by the Profiler workflow. This change will allow us to have a more modular and scalable system.
The Profiler workflow will now only focus on the profiling part of the data, while the Auto Classification will take care of the rest.

This means that we are removing these properties from the DatabaseServiceProfilerPipeline schema:

- generateSampleData
- processPiiSensitive
- confidence which will be moved to the new
- Adding Glossary Term view is improved. Now we show glossary terms hierarchically enabling a better understanding of how the terms are setup while adding it to a table or dashboard.
- DatabaseServiceAutoClassificationPipeline schema.

What you will need to do:

- If you are using the EXTERNAL ingestion for the profiler (YAML configuration), you will need to update your configuration, removing these properties as well.
- If you still want to use the Auto PII Classification and sampling features, you can create the new workflow from the UI.
`,

['RBAC Policy Updates for EditTags']: `We have given more granularity to the EditTags policy. Previously, it was a single policy that allowed the user to manage any kind of tagging to the assets, including adding tags, glossary terms, and Tiers.

Now, we have split this policy to give further control on which kind of tagging the user can manage. The EditTags policy has been
split into:

- **EditTags**: to add tags.
- **EditGlossaryTerms**: to add Glossary Terms.
- **EditTier**: to add Tier tags.`,

[`Metadata Actions for ML Tagging - Deprecation Notice ${CollateIconWithLinkMD}`]: `
Since we are introducing the Auto Classification workflow, we are going to remove in 1.7 the ML Tagging action from the Metadata Actions. That feature will be covered already by the Auto Classification workflow, which even brings more flexibility allow the on-the-fly usage of the sample data for classification purposes without having to store it in the database.`,

[`Service Spec for the Ingestion Framework`]: `This impacts users who maintain their own connectors for the ingestion framework that are NOT part of the OpenMetadata python library (openmetadata-ingestion). Introducing the "connector specifcication class (ServiceSpec)". The ServiceSpec class serves as the entrypoint for the connector and holds the references for the classes that will be used to ingest and process the metadata from the source. You can see postgres for an implementation example.`,
},
},
{
id: 56,
version: 'v1.6.1',
description: 'Released on 10th December 2024.',
note: "In 1.6.1, Fixes tags listing for explore page on top of 1.6.0 release. Don't miss out the release highlights!",
features: [
{
title: `Visualizing Your Data Landscape with Entity Relationship (ER) Diagrams (Collate)`,
Expand Down
Loading