Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

3.9 KiB
Raw Permalink Blame History

1.1.0 Release

{% note noteType="Tip" %} 2023, June 30th

OpenMetadata 1.1.0 Release - UI Overhaul, New Connectors, Improved Lineage Parsing, PII Masking, and lots more {% /note %}

UI Improvements

  • Simplified Landing Page to make the adoption easier for new users. Well keep iterating on improving UX for first-time users.
  • Simplified Explore view with improved asset details section. The filtering left panel is now part of the filtering selection at the top.
  • Lineage View now supports column pagination and filtering.
  • Views show their DDL on the Table details page.

Data Quality

  • Redesigned Data Quality Tests to improve the end-user experience and prevent unnecessary duplication of tests.
  • Data Quality Tests now have a Resolution Field. Users can acknowledge any errors, and once failures are resolved, they can document the resolution directly in the OpenMetadata UI.
  • Fixed a large number of connections being opened by the profiler workflow.
  • Improved Customer SQL test to allow users to set a threshold for the expected number of rows to be returned
  • Allow multi project for BigQuery profiler
  • Fetch table metrics from system tables when information is available
  • Improved Snowflake Profiling performance of System Metrics.

Ingestion

  • Improved SQL Lineage Parsing. We continue to share the OSS love by contributing to sqllineage and sqlfluff, the base libraries for our lineage features.
  • Improved LookML metadata ingestion, with added support for projects based on Bitbucket.
  • dbt bug fixes, added support for database, schema and table filtering and lineage management for ephemeral models.
  • PowerBI metadata ingestion now supports Reports and Dataset lineage from multiple workspaces.
  • Improved Tableau Data Models ingestion now ingests Data Sources.
  • AWS Glue support for Partition Column Details.
  • New Oracle lineage and usage workflows based on the query history.
  • IAM role-based authentication for MySQL and Postgres RDS databases.
  • Fixed dashboard description wrongly reported description as completed in the Data Insight

Connectors

  • New Spline Connector to extract metadata and lineage from Spark jobs. Regardless of where the Spark execution happens, if you have configured the Spline Agent, we can send Spark metadata to OpenMetadata.
  • New SAP HANA Connector, our first integration to the SAP ecosystem.
  • New MongoDB Connector, extracting Collections as Tables.
  • Added support for Databricks Unity Catalog for metadata and lineage extraction. If your Databricks instance supports the Unity Catalog, you can enable it in the Connection Details section to use this metadata extraction method instead of getting metadata out of the metastore and history APIs.

Backend

  • PII masking of Sample data for Tables and Topics, Profiler Metrics, Test Cases, and Queries for users that are not admins or owners of the assets. In 1.2, well iterate on this logic to add Roles & Policies support for masking PII data.
  • Name and FQN hashing of data in the database. This reduces the length of the data being stored and indexed, allowing us for longer FQNs in the Metadata Standard.
  • Improved monitoring of the Pipeline Service Client health. Any status errors between the OpenMetadata server and the Pipeline Service Client are now surfaced in a Prometheus metric pipelineServiceClientStatus_counter_total
  • Added AWS OpenSearch client-specific support. This allows us to update the Elasticsearch version support up to 7.16.