releases

No menu items for this category

Releases

The OpenMetadata community is on a monthly release cadence. At every 4-5 weeks we will be releasing a new version. To see what's coming in next releases, please check our Roadmap section.

1.5.4 Release 🎉

Sep 13th, 2024

You can find the GitHub release here.

What's Changed

  • Hotfix to the Term Aggregation size on Data Insights
  • ES pagination with error handling
  • Updated Domain in Docker Compose & Docs
  • Fix Classification API returns Table class for restore
  • Fix Redshift View Def regex_replace Error
  • Make ingestion pipeline APIs public
  • Updating the domain PRINCIPAL DOMAIN
  • Glossary list selector for bulk import
  • Unable to access the import glossary page
  • Fix token limitations using config
  • Fix Automator pagination
  • Fix MetaPilot push for no constraint

Full Changelog: https://github.com/open-metadata/OpenMetadata/compare/1.5.3-release...1.5.4-release

1.5.3 Release

Sep 9th, 2024

You can find the GitHub release here.

What's New

  • Added resizable columns for custom properties
  • Added support for automated ingestion of Tableau data source tags and description
  • Improved "follow data" landing page module performance
  • Improved search result suggestion by showing display name instead of FQN
  • Fixed Cost Analysis issue when service has no connection
  • Improved PII classification for JSON data types
  • Fixed issue with expand all operation on terms page
  • Fixed feed freezing when large images are part of the feed results
  • Fixed dbt run_results file name with dbt cloud connection
  • Cleaned Argo logs artifacts
  • Shipped VertexAI Connector
  • Fixed automator lineage propagation issues with possible None entities

Full Changelog: https://github.com/open-metadata/OpenMetadata/compare/1.5.2-release...1.5.3-release

1.5.2 Release

Sep 2nd, 2024

You can find the GitHub release here.

What's New

  • Resolved issue with lineage lookup for long Fully Qualified Names (FQNs), ensuring accurate lineage tracking and display.
  • Fixed the 'Edit Reviewers' permission issue, allowing correct permission management for editing reviewers.
  • Addressed email update issues to ensure that email addresses are properly updated throughout the system.
  • Fixed the delete lineage functionality to handle cases where override lineage is enabled, preventing errors and ensuring consistency.
  • Added support for the 'Edit Assign' button in the Incident Manager, allowing for easier assignment changes.
  • Introduced a resizable layout for the glossary page, improving usability and adaptability to different screen sizes.
  • Enhanced the display of tier tags with improved styling for better visibility and distinction.
  • Pick email and name based on claim values at login. This update ensures that user details are automatically populated during the login process, streamlining user experience.
  • Added custom properties support in Data Product.

Full Changelog: https://github.com/open-metadata/OpenMetadata/compare/1.5.1-release...1.5.2-release

1.5.1 Release

Aug 28th, 2024

You can find the GitHub release here.

Backward Incompatible Changes

OpenMetadata allows a single user or a team to be tagged as owners for any data assets. In Release 1.5.1, we allow users to tag multiple individual owners or a single team. This will allow organizations to add ownership to multiple individuals without necessarily needing to create a team around them like previously.

This is a backward incompatible change, if you are using APIs, please make sure the owner field is now changed to “owners”

To support the multi-owner format, we have now changed how we export and import the CSV file in glossary, services, database, schema, table, etc. The new format will be user:userName;team:TeamName

If you are importing an older file, please make sure to make this change.

The core of OpenMetadata are the JSON Schemas that define the metadata standard. These schemas are automatically translated into Java, Typescript, and Python code with Pydantic classes.

In this release, we have migrated the codebase from Pydantic V1 to Pydantic V2.

./bootstrap/bootstrap_storage.sh removed

OpenMetadata community has built rolling upgrades to database schema and the data to make upgrades easier. This tool is now called as ./bootstrap/openmetadata-ops.sh and has been part of our releases since 1.3. The bootstrap_storage.sh doesn’t support new native schemas in OpenMetadata. Hence, we have deleted this tool from this release.

While upgrading, please refer to our Upgrade Notes in the documentation. Always follow the best practices provided there.

OpenMetadata uses Jdbi to handle database-related operations such as read/write/delete. In this release, we introduced additional configs to help with connection pooling, allowing the efficient use of a database with low resources.

Please update the defaults if your cluster is running at a large scale to scale up the connections efficiently.

For the new configuration, please refer to the doc here

The Data Insights application is meant to give you a quick glance at your data's state and allow you to take action based on the information you receive. To continue pursuing this objective, the application was completely refactored to allow customizability.

Part of this refactor was making Data Insights an internal application, no longer relying on an external pipeline. This means triggering Data Insights from the Python SDK will no longer be possible.

With this change you will need to run a backfill on the Data Insights for the last couple of days since the Data Assets data changed.

Explore page displays hierarchically organized data assets by grouping them into services > database > schema > tables/stored procedures. This helps users organically find the data asset they are looking for based on a known database or schema they were using. This is a new feature and changes the way the Explore page was built in previous releases.

In the latest release, several updates and enhancements have been made to the JSON schema across various connectors. These changes aim to improve security, configurability, and expand integration capabilities. Here's a detailed breakdown of the updates:

  • KafkaConnect: Added schemaRegistryTopicSuffixName to enhance topic configuration flexibility for schema registries.
  • GCS Datalake: Introduced bucketNames field, allowing users to specify targeted storage buckets within the Google Cloud Storage environment.
  • OpenLineage: Added saslConfig to enhance security by enabling SASL (Simple Authentication and Security Layer) configuration.
  • Salesforce: Added sslConfig to strengthen the security layer for Salesforce connections by supporting SSL.
  • DeltaLake: Updated schema by moving metastoreConnection to a newly created metastoreConfig.json file. Additionally, introduced configSource to better define source configurations, with new support for metastoreConfig.json and storageConfig.json.
  • Iceberg RestCatalog: Removed clientId and clientSecret as mandatory fields, making the schema more flexible for different authentication methods.
  • DBT Cloud Pipelines: Added as a new connector to support cloud-native data transformation workflows using DBT.
  • Looker: Expanded support to include connections using GitLab integration, offering more flexible and secure version control.
  • Tableau: Enhanced support by adding capabilities for connecting with TableauPublishedDatasource and TableauEmbeddedDatasource, providing more granular control over data visualization and reporting.

During the Database Metadata ingestion, we can optionally pick up the DDL for both tables and views. During the metadata ingestion, we use the view DDLs to generate the View Lineage.

To reduce the processing time for out-of-the-box workflows, we are disabling the include DDL by default, whereas before, it was enabled, which potentially led to long-running workflows.

Starting with the release 1.5.1, the JWT Token for the bots will be sent to the Secrets Manager if you configured one. It won't appear anymore in your dag_generated_configs in Airflow.

The metadata insight command has been removed. Since Data Insights application was moved to be an internal system application instead of relying on external pipelines the SDK command to run the pipeline was removed.

What's New

OpenMetadata has been driving innovation in Data Quality in Open Source. Many organizations are taking advantage of the following Data Quality features to achieve better-quality data

  1. A Native Profiler to understand the shape of the data, freshness, completeness, volume, and ability to add your own metrics, including column level profiler over time-series and dashboards
  2. No-code data quality tests, deploy, collect results back to see it in a dashboard all within OpenMetadata
  3. Create alerts and get notified of Test results through email, Slack, NSteams, GChat, and Webhook
  4. Incident Manager to collaborate around test failures and visibility to downstream consumers of failures from upstream

In 1.5.1, we are bringing in Anomaly Detection based on AI to predict when an anomaly happens based on our learning historical data and automatically sending notifications to the owners of the table to warn them of the impending incidents

We also have improved the Table Data quality dashboard to showcase the tests categorized and make it easy for everyone to consume. When there are issues, the new dashboard makes it easier to understand the Data Quality coverage of your tables and the possible impact each test failure has by organizing tests into different groups.

Working with old data can lead to making wrong decisions. With the new Freshness test, you can validate that your data arrives at the right time. Freshness tests are a critical part of any data team's toolset. Bringing these tests together with lineage information and the Incident Manager, your team will be able to quickly detect issues related to missing data or stuck pipelines.

Data quality checks are important not only within a single table but also between different tables. These data diff checks can ensure key data remains unchanged after transformation, or conversely, ensure that the transformations were actually performed.

We are introducing the table difference data quality test to validate that multiple appearances of the same information remain consistent. Note that the test allows you to specify which column to use as a key and which columns you want to compare, and even add filters in the data to give you more control over multiple use cases.

OpenMetadata introduced Domains & Data Products in 1.3.0. Since then, many large organizations have started using Domains & Data Products to achieve better ownership and collaboration around domains that can span multiple teams.

In the 1.5.1 release, we added support for subdomains. This will help teams to organize into multiple subdomains within each domain.

With the 1.5.1 release, we are adding more stricter controls around Domain. Now, teams, data assets, glossaries, and classification can have domain concepts and can get a policy such that only users within a domain can access the data within a domain. Domain owners can use Data Products to publish data products and showcase publicly available data assets from a specific domain.

This will help large companies to use a single OpenMetadata platform to unify all of their data and teams but also provide more stringent controls to segment the data between domains

OpenMetadata, with its simple UI/UX and data collaboration features, is becoming more attractive to non-technical users as well. Data Governance teams are using OpenMetadata to add glossary terms and policies around metadata. Teams using Collate SaaS product are taking advantage of our Automations feature to gain productivity in their governance tasks.

Our new improved navigation on the Explore page will help users navigate hierarchically and find the data they are looking for. Users will see the data assets now grouped by service name -> database -> schema -> tables/stored procedures.

We are also making the discovery of data more accessible for users introducing a data asset widget, which will group the assets by platform type. This will help users find their data if they are working on a specific platform such as Looker or Snowflake they can easily click on that icon and get to the data.

We are also adding another widget you can use to customize the Landing Page of the User Personas in your organization.

With the Pipeline Status widget, Data Engineers can easily track the pipelines that are not behaving as expected. This widget, together with the obervability alerts that are already in place, will help your teams jump even faster to solving any issues in the platform.

The Internet runs using APIs, both producing and consuming data. Organizations today run many microservices and REST APIs to capture data from their users and update a transaction database in the backend.

On top of the many supported connectors across Databases, Dashboards, ML Models, etc. We believe that providing support for API Services as data assets will help to get the full picture of how the data is coming through from various services and landing into databases, going to warehouses and BI tools.

In 1.5.1 we are introducing APIs as another first-class entity. Teams can now capture API requests and responses payloads and use our column level lineage to capture the relation between APIs and any other asset in the platform.

OpenMetadata supports multiple glossaries, an import/export and review process, and bulk asset tagging with glossary terms. Many teams are taking advantage of these features, and with an amazing open-source community, we are receiving great feedback on improving glossary functionality.

Here are some of the improvements coming in 1.5.1:

  1. Glossary Reviewers can be teams
  2. Updating a glossary will enforce a re-review
  3. Renaming the Glossary Term while it's under review will keep the task associated with it open

The Data Insights application is meant to give you a quick glance of your data's state and allow you to take action based on the information you receive.

To continue pursuing this objective, the application was completely refactored to allow customizability. This is achieved by the possibility of now creating custom dashboards. On this release you can create charts based on your data assets metadata based on your needs.

80+ connectors to help teams to centralize metadata. We continue to push the boundaries of this mission, in

  • Apache Flink as a Pipeline Connector
  • SAP ERP, after a long and successful collaboration with our community and SAP experts
  • Teradata as a community contribution from gbpy to broaden the integration capabilities for enterprise-scale analytics and data management.
  • GCS Storage Connector as a community contribution from Matt Chamberlin

Full Changelog: https://github.com/open-metadata/OpenMetadata/compare/1.4.0-release...1.5.1-release

1.4.8 Release

August 6th, 2024

  • Make Include ddl disabled by default
  • Made DDL configuration consistent with views
  • Fix user profile task listing.
  • Fix import/export UI flow ${CollateIconWithLinkMD}.
  • Improve SAML logging backend.
  • Add Unity Catalog Lineage Dialect.
  • Clean idle connections during ingestion.
  • Fix Databricks Describe Table during metadata ingestion.
  • Glossary Upload now shows permissions errors for non-owners.
  • Fix task not showing in the right panel after clicking, in the Activity Feed.
  • Support multiple dbt run_results.json for a single manifest for improved performance.

1.4.7 Release

August 6th, 2024

You can find the GitHub release here.

  • Resolved issue with Azure login related to email principal claims.

1.4.6 Release

August 2nd, 2024

You can find the GitHub release here.

  • Fix lineage PATCH API for ingestion.
  • Fix Trino Azure config secret masking.
  • Fix setuptools version due to yanked setuptools release.
  • Fix MSSQL busy connection error during test connection.
  • Fixed test case summary updates.
  • Fixed Test Suite indexing.
  • Fix repeated alerts being sent after no changes in the Entity.
  • Fixed an issue handling users with capital letters.
  • Centralize OIDC flow handling.
  • Fixed Ingestion Pipeline alert URL.

1.4.5 Release

July 19th, 2024

You can find the GitHub release here.

  • Improve query filtering with prepared statements.
  • Bug fix in regex to match test case when using sampled data.
  • Bug fix in global profiler config for Snowflake, Redshift, and BigQuery.
  • Bug fix for Arg mismatch for DataModels in QlikSense.

1.4.4 Release

July 4th, 2024

You can find the GitHub release here.

  • Introduced SSL for Salesforce
  • Fixed the claim mappings and usernames
  • Fixed issues in Salesforce connector
  • FIxed issues in Alation connector
  • Verified for changes in new env for claim mapping

1.4.3 Release

June 15th, 2024

You can find the GitHub release here.

  • Fixed User Signup Flow Issue missing authorize.
  • Fixed vulnerabilities for azure-identity and msal4j.

1.4.2 Release

June 10th, 2024

You can find the GitHub release here.

  • In OpenMetadata, we support connecting the data assets to the knowledge articles. The knowledge articles that are pulled from the Alation connector have image URLs. We have enhanced the Alation connector to download and display the images in the Knowledge Articles.
  • Test cases can now be filtered by Service, Tag, and Tier.
  • One team or multiple users can be selected as reviewers for a Glossary term.,
  • Updated the openmetadata.yaml to remove WebAnalyticsHandler.,
  • Add appType as part of the schema in the ingestion pipeline.,
  • We now sanitize the Activity Feed editor content.
  • Fixed the lineage view for tables with many columns.
  • Fixed an issue with updating the lineage edge descriptions.
  • Fixed an issue with Null Schema Field.
  • Fixed the glossary term review process issues.
  • Fixed the Kafka SSL connection arguments.
  • Fixed an issue with dbt ingestion pipeline that was occurring due to non enum values.
  • Fixed an issue with Announcements.
  • Fixed redirection issues for Tags and Glossary Terms.
  • Fixed a minor issue with filtering the Profiler.
  • Fixed the registration Issue with Event Handlers.
  • Fixed the sign-in issues with SAML.
  • Fixed issues with partition migration with Redshift services.
  • Fixed an issue with the Quicksight connector.
  • Fixed some minor issues with the user Profile page.
  • Fixed some issues with the Teams page.

1.4.1 Release

May 27th, 2024

You can find the GitHub release here.

In 1.4.1, we provide migration fixes on top of the 1.4.0 release. Do check out the 1.4.0 release highlights below.

1.4.0 Release 🎉

May 21th, 2024

OpenMetadata 1.4.0 Release

You can find the GitHub release here.

  • Metadata Backup/Recovery is deprecated. No further support will be provided.
  • Users are advised to use database native tools to backup and store it in their object store for recovery.
  • bootstrap/bootstrap_storage.sh has been deprecated in favor of bootstrap/openmetadata-ops.sh
  • Activity has been improved. New update specific cards display critical information such as data quality test case updates, description, tag update or removal.
  • For Lineage, the Expand All button has been removed. A new Layers button is introduced at the bottom left corner. With the Layers button, you can add Column Level Lineage or Data Observability details to your Lineage view.
  • View Definition is now renamed as Schema Definition.
  • 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.
  • For Classification, users can set classification to be mutually exclusive only at the time of creation. Once created, you cannot change it back to mutually non-exclusive or vice-versa. This is to prevent conflicts of adding multiple tags that belong to same classification and later turning the mutually exclusive flag back to true.
  • Table Schema's ViewDefinition is now renamed to SchemaDefinition to capture Tables' Create Schema.
  • Bulk Import API now creates entities if they are not present during the import.
  • Table's TestSuite is migrated to EntityReference. Previously it used to store entire payload of TestSuite.
  • Easily maintain high-quality metadata at scale with automations. The Automator streamlines governance processes from ownership assignments to tagging, ensuring compliance and consistency.
  • You can update the properties of your assets by filtering by service, owner, domain, or any other supported property from the advanced search.
  • Easily see which assets have been selected by jumping to the Explore page in one click.
  • For tables, data models, topics, and search indexes, you can apply the action to their columns or fields.
  • We added support for the following actions: adding and removing owner, tier, domain, tags, glossary terms and descriptions, ML PII tagging, and propagation of tags and glossary terms through lineage.
  • Bulk upload/download database, schema, and table entities from/into a CSV file for quick edition or creation.
  • Supports an inline editor to validate/update assets before performing the upload.
  • APIs are available in OSS.
  • The Table schema page now shows the Data Quality tests for each column.
  • Improved filtering options for test suite and test cases.
  • We have improved how the UI fetches the Data Quality details for improved performance.
  • We now compute Unique and Count in the same query to avoid inconsistency due to the high frequency of data insertion.
  • Fixed the issue with removing the test case description upon the test case display name change.
  • Support has been added for an empty string as a missing count.
  • Implemented a global profiler configuration page, allowing admin to exclude certain metric computations for specific data types.
  • Added profiler support for Redshift complex types and DynamoDB.
  • Fixed an issue with performing sum operations for large values in profiler ingestion.
  • Fixed the histogram unit's issues with scientific notation.
  • We now display a sample of failed rows for the latest failed test cases. Once the issue is resolved, the failed sample will be deleted. (Collate Only)
  • Fixed the Date time filter for the Incident Manager.
  • Notifications are sent for the tasks created by the Incident Manager.

https://www.youtube.com/watch?v=KZdVb8DiHJs - Video on Column Lineage Search

  • Column Lineage Search
  • Lineage Layers
  • OpenMetadata already supports Column-level lineage, and now we have introduced Task-level lineage for Pipelines, Chart-level lineage for Dashboards, Feature-level lineage for ML Models, Field-level lineage for Topics, and columns for dashboard Data Models.
  • Automated column-level lineage is now supported for Tableau, Superset, QlikCloud, and QlikSense between Data Models and Tables.
  • The child nodes in a lineage graph are sorted in alphabetical order.
  • Improved the log of failed-to-parse queries.
  • Fixed an issue with automated column-level lineage overwriting the pipeline lineage and manual column lineage.
  • Snowflake & Databricks now support automated lineage between external tables and their origin storage container.
  • Lineage can be exported as a CSV file.
  • OpenMetadata spark agent now supports automated lineage between tables and their origin storage container.
  • Fixed an issue with parsing lineage queries for Redshift.
  • Now, we support pipeline as an edge between any two entity types.
  • We now parse PowerBi DAX files for lineage.
  • Support has been added for dynamic tables.
  • Previously, the data insights reports displayed only the percentage coverage of ownership and description. Now, users can drill down to view the data assets with no owner or description.
  • Improved the UX for data insight filters.
  • Lifecycle data for Cost Analysis has been implemented for BigQuery, Snowflake, and Redshift.
  • Previously supported adding logo, monogram, and favicon to your OpenMetadata instance.
  • Now, it supports customizing the theme with colors to suit your company branding.
  • A widget was added to list the pipelines that belong to a user or their team.
  • Added a Data Quality Widget to list the summary of data quality tests belonging to a user or their team.
  • Bigquery, Redshift, and Snowflake now support incremental metadata ingestions by scanning DML operations on the query history.
  • Database Services now support parallelizing the metadata ingestion at each schema.
  • Now supports a new connector for QlikCloud.
  • New Kafka Connect connector
  • We now parse complex protobuf schemas for Kafka
  • Improved model storage ingestion for Sagemaker and Mlflow.
  • Added an option to include or exclude drafts from dashboards.
  • Added an option to include or exclude paused pipelines in Airflow.
  • Revamped SSL support to allow users to upload the required certificates directly in the UI.
  • The character support has been enhanced for tag ingestion to include /.
  • In the Oracle connector, we rolled back to use all_ tables instead of dba_.
  • Added support for Azure auth in Trino.
  • For QlikSense, we have added an option to disable SSL validation.
  • Custom Properties now allow linking other assets in the platform, such as Tables, Dashboards, etc. To enable this, create a Custom Property as an Entity Reference or Entity Reference List.
  • The glossary term parent can now be changed from the Details page.
  • On the data assets page, glossary terms are displayed by hierarchy.
  • The Activity Feed provides more contextual information, removing the need to move to entity pages.
  • Alerts give more accurate information about the entity, as well as conversations and tasks.
  • Fixed localization issues in the confirmation logic for the delete function.
  • Fixed the search index language configuration.
  • Now, roles can be inherited from the user configuration in SSO.
  • You can now filter by assets without a description or an owner.
  • Improved the match results for search results.
  • The description is auto-expanded when the data asset has no data and has the space to accommodate a lengthy description.
  • User email IDs have been masked and are only visible to Admins.
  • Users can filter Queries by owner, tag, and creation date in the UI.
  • Added a button in the Query Editor to copy the Query.
  • Improved Elasticsearch re-indexing.
  • Improved the charts based on custom metrics.
  • Improved the usage of the refresh token.
  • Redundant scroll bars have been removed from the UI.
  • Improved the bot role binding to provide more control over which roles are passed to the system bots.

1.3.4 Release 🎉

2024, May 12th

  • Fixes reindex issues related to the changeDescription payload of some entities
  • Adds Cypress tests to validate reindex app execution

1.3.3 Release 🎉

2024, April 19th

  • Fix Application installation
  • Fix JWT Filter validation against personal token
  • Add Databricks SSL python dependencies
  • Fix postgres app migrations
  • Improve App UI preview

Full Changelog: link

1.3.2 Release

You can find the GitHub release here.

  • New MetaPilot application shipped in preview mode. Try it out in the Sandbox!
  • Get automatically generated descriptions with GenAI. Now it’s easier than ever to document your data assets.
  • Chat with the MetaPilot and get SQL queries to help you extract relevant information from your data assets.
  • Let the MetaPilot help you understand and improve the queries used on your tables.
  • Added generic support for OIDC Authentication. This is SSO provider-agnostic.
  • You can now integrate Confidential Clients to manage the server authentication.
  • Now, the session renewal happens automatically in the backend.
  • Pagination support was added for the Data Quality tab for data assets.
  • Fixed an issue with execution summary timeout issue for the data quality test.
  • New Bigtable connector.
  • Now, users can configure the external sample data storage path.
  • Added lineage support for Snowflake materialized view and masking policies.
  • Fixed session invalidation on Databricks during long-running queries.
  • Fixed Ingestion Pipeline list for services with the same name.
  • Fixed an issue with ingesting lineage when data models are ingested from Tableau.
  • Fixed metrics computations for empty tables.
  • Improve PATCH generation for array fields.
  • Avoid creating duplicated queries.
  • Speed up the server start time by moving the Secrets Manager Migration to the migration container.
  • Fixed the issue with the date filter for the Incident Manager.
  • Fixed the issue with the Team filter for Data Insights.
  • Fixed an issue with Azure SSO related to the MSAL version.
  • Fixed an issue with search indexing.
  • Fixed the missing input field for conversation source for alerts and notifications.
  • Filter dashboards by a project on the Explore page.

Full Changelog: link

1.3.1 Release 🎉

2024, February 29th

You can find the GitHub release here.

  • Supports drag and drop for the hierarchy of knowledge articles.
  • Enhanced the layout and loading experience of the knowledge page.
  • When adding a new node in Lineage, the Display Name is supported in search.
  • Fixed the issues with displaying lineage from Metabase.
  • Improved the automation of performance tests for Glossary.
  • Performance improvements to display a large Glossary.
  • Data Insights report has been improved.
  • The cost Analysis report has been optimized.
  • The format for Slack notifications has been improved.
  • Added enum type support for custom properties.
  • Now BigQuery connector supports Primary, Foreign, and Unique Constraints. It fetches the column description for views.
  • Captures the SQL query that powers a Tableau DataModel.
  • Azure Key Vault is supported as a Secrets Manager.
  • Fixed an issue with ingestion from Sagemaker, Oracle, LDAP, DB2, dbt, Kafka, Metabase, and Databricks.
  • Fixed Looker projects and optional project filter patterns.
  • Fixed issues with ingestion pipelines.
  • Fixed an issue with the service display name after ingestion.
  • The functionality for mutually exclusive tags has been disabled.
  • PodGC set up for Argo workflows to delete the pods from the Kubernetes environment on a successful run of the pods.
  • Fixed the issue with the display of the personal access token.
  • Fixed the mentions in comments for Announcements.
  • Fixed the issue with setting a Group as a Domain Owner.
  • Fixed the issue with the tooltip in the data quality graph.
  • Fixed an issue about notifying the Reviewer of a Glossary Term.
  • Fixed the issues with testing the email settings.
  • Fixed an issue with adding tags.

1.3.0 Release

2024, February 5th

OpenMetadata 1.3 Release - Intuitive Lineage UI, Data Observability Alerts, Data Quality Incident Manager, Custom Metrics for Profiler, Knowledge Center Improvements, and lots more

You can find the GitHub release here.

  • Revamped the lineage UI for an intuitive and comprehensive view of data flow and transformations.
  • Organized nodes for better visibility with pagination support.
  • Improved the display of circular dependencies.
  • Nodes display the service icons, highlight dbt models, and show Data Quality results.
  • Lineage can be filtered to search by Ownership, Domain, Service, Service Type, Tier, and Classification Tags.
  • Supports search by Column and traces lineage even when the columns are renamed.
  • Enhanced user control with collapsible sub-graphs.
  • Supports editing the SQL queries for lineage edges from the UI.
  • Performance improvements for faster load of large graphs.
  • Data observability alerts have been distinguished from other general-purpose notifications, making it easy to get to the crucial alerts quickly.
  • Sends alerts for schema changes and test case failures for the data assets that you follow.
  • The overall flow has been simplified to let you easily create alerts for schema changes in your data.
  • You can now get Data Quality alerts for specific Test Suites.
  • Users will be alerted for all the changes to the data assets that they own.
  • Introduced Incidents Manager to improve the data quality resolution flow.
  • Incidents Manager summarizes all the test case results with information about the failure severity and resolution flow.
  • Supports assigning a resolution task to the users in OpenMetadata.
  • Tasks are created when a data quality test has been assigned to an Assignee or a Reviewer.
  • Resolved test failure also displays the comments posted on the resolution.
  • The Resolved Tab displays information on the Test case name, Execution date, Reason, Comments, and information on who Resolved the issue.
  • Supports hierarchical pages to structure the articles.
  • You can easily associate knowledge articles with data assets.
  • The data assets page displays the related articles.
  • The block editor supports callouts to add notes, warnings, tables, and task lists.
  • Quicklinks are no longer separate pages; they redirect to external links.
  • Data assets can be associated with Quicklinks.
  • Added Search support for Knowledge articles to filter by Owner or Tags.
  • Supports preview for articles and Quicklinks.
  • Supports custom metrics for the data profiler with custom SQL to keep track of your business metrics.
  • Custom metrics can be created at Table and Column levels.
  • The Profiler has been improved to support sample data ingestion without computing other metrics.
  • Admins can configure the profiler to fetch up to 10,000 rows of sample data.
  • Sample data can be stored in S3 buckets.
  • Refined the default time range on the test case results page, adjusting it from the Last 3 days to the Last 30 days for a more encompassing view.
  • New Google Cloud Storage for storage services. (Collate)
  • New Alation connector to migrate metadata into Collate. (Collate)
  • New Iceberg, SAS Viya, and Doris connectors.
  • Introduced the Spark Lineage Agent to extract metadata and end-to-end lineage from Spark jobs.
  • MSSQL and Oracle now support Stored Procedures.
  • We now exclude system indices from the Elasticsearch connector by default.
  • Added support for DB2 IBM I Series.
  • Pipeline services now get owner information.
  • Performance improvements for the Tableau Connector.
  • We now support metadata tag extraction from Databricks.
  • Supports the attribute Table Owner for metadata ingestion from Postgres.
  • We now extract table descriptions when ingesting metadata from Salesforce.
  • Supports soft delete for the default glossaries in OpenMetadata.
  • Supports the creation of tasks to request tags or a description.
  • Only the Owner can edit the Glossary term.
  • Version history displays the Username instead of the User ID.
  • Now supports RTL UI for the Hebrew language.
  • New Dutch language translation.
  • The Settings page UI has been revamped.
  • Cost Analysis expanded to support BigQuery & Redshift. (Collate)
  • Improved the Data Insights Report sent via email.
  • Announcements can be notified over email, Slack, or Teams.
  • Alerts are sent to a user when they are mentioned in a task or activity feed.
  • We have improved the display of search results for column matches. When searching for columns, the matched results will be displayed and highlighted in the Preview pane.
  • Table Type filter has been added in the Advanced Search, so that users can exclude the temporary or staging tables from search.
  • Now it is easy to filter the Data assets without a Owner.
  • Database and Schema were added to the Explore menu to enhance data discovery.
  • Custom properties are displayed on the right of the data asset details page.
  • We now display the Domain on the Users page.
  • Supports the sorting of data assets by popularity based on the number of followers and thumbs up as signals.
  • OpenMetadata can now handle metric history for ML models.
  • When configuring the Email settings, the Username and Password fields can be left blank.
  • We now support a test email button on the Email SMTP page.

1.2.0 Release

2023, October 26th

OpenMetadata 1.2 Release - Domains, Data Products, Search Index, Stored Procedures, Glossary Approval Workflow, Customizable Landing Page, Applications, Knowledge Center, Cost Analysis, and lots more

  • Added support for Domains and Data Products.
  • Assets can be added to a Domain, and users can scope their discovery experience to one Domain.
  • Assets can also be added as Data Products in a Domain.
  • Elasticsearch or Opensearch connectors can now bring in the search index metadata into OpenMetadata.
  • The connector will populate the index’s mapping, settings, and sample data.
  • Added support for Stored Procedures.
  • Snowflake, Redshift, and BigQuery connectors are updated to bring stored procedure metadata into OpenMetadata.
  • The metadata workflow will bring the Stored Procedures and parse their executions to extract lineage information.
  • Introduced a glossary approval workflow. An approval workflow is created if Reviewers are added to a glossary.
  • A task is added for reviewers to approve or reject the glossary term. The terms will show up in Draft status.
  • Only the reviewers can approve or reject the term.
  • Conversations are supported to discuss further about the terms.
  • If no reviewer is added, then the glossary terms are approved by default.
  • Introduced styling for glossary terms. Now you can add icons and color code the glossary terms for easy identification.
  • Color coding helps to visually differentiate and identify the data assets, when glossary terms are added to them.
  • Updated the Chrome browser extension for OpenMetadata with the new UI.
  • Added support for Databases, Database Schemas, Tables, Dashboards, Charts, Pipelines, and Topics.
  • Added Applications into OpenMetadata, giving users a unique view of processes that can be scheduled and run in the platform.
  • Search Indexing and Data Insights Report have been converted into Applications.
  • UI displays all the available applications, which Admins can add or schedule.
  • We will continue to add new Applications in upcoming releases.
  • Performance improvements made for lineage based on the new release of SQLfluff.
  • Added support for UPDATE … FROM Snowflake queries
  • Added column-level lineage support for SELECT * queries
  • Greenplum connector is now supported.
  • Couchbase connector is now supported.
  • Azure Data Lake Storage is now supported. (Collate)
  • Admins can create Personas to group individuals in their company, such as Data Engineers, Data Stewards, or Data Scientists.
  • Admins can customize the landing page for each Persona with a set of supported widgets: Activity Feed, Announcements, Knowledge Center, etc.
  • We will add support for more widgets in upcoming releases.
  • Backend APIs support creating, editing, and listing knowledge articles (with external links).
  • Knowledge articles and links can be associated with a Domain, Team, or an Entity.
  • UI support to build a Knowledge Center and expand the documentation of your company.
  • The Usage Workflow will now also track how tables are Accessed and Updated.
  • This information will be used in the Data Insights workflow to show the evolution of your used and unused assets and compare them by size.
  • Support has been added for Snowflake, and we will continue to add more sources in upcoming releases.

1.1.2 Release

2023, August 24th

  • Added support for Postgres version 11.19.
  • Fixed MariaDB time column issues.
  • Added JWT authentication support for Trino.
  • Fixed Snowflake connection test.
  • Fixed SageMaker ingestion.
  • Added external table support for BigQuery.
  • Added Russian language support.
  • Supports Delete functionality for sample data.
  • Improved Schema page UX.
  • Table mentions now show Service, Schema and Database information.
  • Fixed the version history list.
  • Improved performance when ingesting table constraints.
  • Improved Glossary import validations.
  • Fixed Test Suite migrations and naming.
  • Fixed Classification migration.
  • Deprecated Flyway and using native migrations.
  • Improved Test Suite UI performance.

1.1.1 Release

2023, August 7th

  • User profile page UI / UX improvements
  • Superset Connection fixes for Basic and IAM auth type
  • Fix task flow bugs
  • UI / UX improvements for Service, Database, and Schema pages.
  • Support custom cron for schedule ingestion
  • Fix BigQuery, MSSQL, and Clickhouse profiling errors
  • Fixed Airflow lineage extraction.
  • Added support for Databricks complex columns comments.
  • Fixed Athena lineage and usage parameter validation.
  • Airflow Managed APIs now support Airflow 2.6
  • New Qliksense Connector.
  • Hive supports extracting metadata directly from the metastore to speed up the execution. Users whose metastore is not exposed can still run the extraction pointing to Hive.
  • Added Usage & Lineage connector for Trino.
  • Impala scheme has been deprecated from Hive connector. Users can use the Impala connector instead.
  • Snowflake can now ingest TRANSIENT tables.
  • Added support for JSON fields in SingleStore.
  • Bumped table and column names length
  • Aggregation Improvements for Search
  • Test Suite Improvements

1.1.0 Release

2023, June 30th

OpenMetadata 1.1.0 Release - UI Overhaul, New Connectors, Improved Lineage Parsing, PII Masking, and lots more

  • Simplified Landing Page to make the adoption easier for new users. We’ll 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.
  • 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.
  • 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
  • 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.
  • 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, we’ll 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.

1.0.0 Release

2023, April 25th

OpenMetadata 1.0 Release - Improved Schemas & APIs, Ingestion Improvements, Storage Services, Dashboard Data Models, Auto PII Classification, Localization, and much more

  • Stabilized and improved the Schemas and APIs.
  • The APIs are backward compatible.
  • Connecting to your data sources has never been easier. Find all the necessary permissions and connection details directly in the UI.
  • When testing the connection, we now have a comprehensive list of validations to let you know which pieces of metadata can be extracted with the provided configuration.
  • Performance improvements when extracting metadata from sources such as Snowflake, Redshift, Postgres, and dbt.
  • New Apache Impala connector.
  • Based on your feedback, we created a new service to extract metadata from your cloud storage.
  • The Data Lake connector ingested one table per file, which covered only some of the use cases in a Data Platform. With Storage Services, you can now present accurate metadata from your tables, even when partitioned.
  • The first implementation has been done on S3, and we will keep adding support for other sources in the upcoming releases.
  • Dashboard Services now support the concept of Data Models: data that can be directly defined and managed in the Dashboard tooling itself, e.g., LookML models in Looker.
  • Data Models will help us close the gap between engineering and business by providing all the necessary metadata from sources typically used and managed by analysts or business users.
  • The first implementation has been done for Tableau and Looker.
  • Improved UI for SQL Queries, with faster loading times and allowing users to vote for popular queries!
  • Users can now create and share a Query directly from the UI, linking it to multiple tables if needed.
  • In 1.0, we have added Localization support for OpenMetadata.
  • Now you can use OpenMetadata in English, French, Chinese, Japanese, Portuguese, and Spanish.
  • New and Improved Glossary UI
  • Easily search for Glossaries and any Glossary Term directly in the global search.
  • Instead of searching and tagging their assets individually, users can add Glossary Terms to multiple assets from the Glossary UI.
  • Implemented an automated way to tag PII data.
  • The auto-classification is an optional step of the Profiler workflow. We will analyze the column names, and if sample data is being ingested, we will run NLP models on top of it.
  • Improved Relevancy, with added support for partial matches.
  • Improved Ranking, with most used or higher Tier assets at the top of the search.
  • Support for Classifications and Glossaries in the global search.
  • SAML support has been added.
  • Added option to mask passwords in the API response except for the ingestion-bot by setting the environment variable MASK_PASSWORDS_API=true. More info here.
  • Deprecation Notice: SSO Service accounts for Bots will be deprecated. JWT authentication will be the preferred method for creating Bots.
  • Enhanced Lineage UI to display a large number of nodes (1000+).
  • Improved UI for better navigation.
  • Improved SQL parser to extract lineage in the Lineage Workflows.
  • All the metadata is at your fingertips while browsing Looker, Superset, etc., with the OpenMetadata Chrome Browser Extension.
  • Chrome extension supports Google SSO, Azure SSO, Okta, and AWS Cognito authentication.
  • You can Install the Chrome extension from Chrome Web Store.
  • The Explore page cards will now display a maximum of ten tags.
  • Entity names support apostrophes.
  • The Summary panel has been improved to be consistent across the UI.

0.13.3 Release

2023, March 30th

  • Datalake Avro & Json, JsonZip support
  • BigQuery Profiler Ingestion for all regions
  • Support for Snowflake Geometry Type
  • Add support Nifi client certificate Auth
  • Update sqllineage-openmetadata + add timeout for parsing queries
  • Fixes issue in Snowflake Join Table query parsing
  • Optimize Memory Usage for Usage data ingestion
  • Fetch vertica schema comments as description
  • Improve snowflake system metrics
  • Add Database & Schema descriptions from Snowflake
  • Add support XLets in Airflow Lineage Runner
  • Add support for AssumeRole in AWS
  • Add support for pyimpala
  • Fixed issues in DBT oracle
  • Support for Tableau Owner
  • Support for DBT manifest V8
  • A Non-Privileged user can add new 'Roles' to Teams
  • Fix Permissions API to consider the leaf nodes tags as well, example: table's column tags
  • Improve Search Relevancy, by adding functional scoring and add ngram analyzer;
  • Enable search for entities using both name and displayName
  • Enable LDAP configuration to be configured via environment variable
  • LDAP-s support connection without MTLS
  • Relax data asset name restrictions to allow the special characters except "::"
  • Allow unicode character and digits in Entity
  • Fix column values between test

0.13.2 Release

2023, January 30th

OpenMetadata 0.13.2 Release - Improved SQL Lineage, Glossary Bulk Upload, Unified Tag Category API, Mutually Exclusive Tags, Chrome Extension, and lots more

  • We have collaborated with the sqllineage and sqlfluff communities to improve the parsing capabilities of sqllineage. We'll continue to collaborate to ship further improvements in new releases.
  • 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.
  • 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.
  • Renamed Tag Categories to Classification, a more widely used term.
  • Updated the API to conform with the rest of the specification. More info here.
  • 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.
  • Special characters
  • 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

0.13.1 Release

2022, December 20th

  • Freshness Metric has been introduced. Data freshness shows DML operations performed against a table and the number of rows 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.
  • UI has been improved to show table and column profile data on separate page. Legend is now selectable to filter for specific metrics

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.

  • Now, dbt has its own workflow. Previously, dbt was a part of metadata ingestion workflow.
  • 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.
  • Multiple Databases (catalog) is now supported for the Databricks connector
  • Azure blob is now supported to backup your metadata into
  • OpenMetadata now supports Azure Datalake Storage Gen 2
  • 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.
  • 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.
  • Improvements have been made to Advanced Search. Now, when a filter is applied, the details of the filter selected are displayed for clarity.
  • On the Explore page UI, the Side Preview is now available for all data assets. Previously it was only displayed for tables.

0.13.0 Release

2022, December 8th

OpenMetadata 0.13.0 Release — Data Insights & KPIs, Lineage Traceability, Data Lake Profiler, Search Improvements, and lots more

Data Insight allows admins to take an active approach in their metadata management. Data Insight provides a single-pane view of all the key metrics to best reflect the state of your data. Admins can define the Key Performance Indicators (KPIs) and set goals within OpenMetadata to work towards better documentation, ownership, and tiering. Alerts can be set against the KPIs to be received on a specified schedule.

The lineage UI has been transformed to enhance user experience. Users can get a holistic view of an entity from the Lineage tab. When an entity is selected, the UI displays end-to-end lineage traceability for the table and column levels.

With the OpenMetadata UI, users can now create and deploy profiling workflows for the Datalake connector, which supports AWS S3 and GCS

Support for LDAP SSO has been added in this release

Syntax Editor has been introduced for advanced search with And/Or conditions that help discover assets quickly

  • AWS SageMaker
  • AWS QuickSight
  • AWS Kinesis
  • Domo

Major enhancements have been made to how data is extracted from Kafka and Redpanda Messaging services. Previously, OpenMetadata extracted all the Topics in the messaging queue and also connected to the Schema Registry to get the Schemas. These schemas were taken as one payload and published to OpenMetadata. We now parse Avro and Protobuf Schemas to extract the fields. Now, users can document each of these fields within a schema by adding descriptions and tags. Users can search based on the fields in the Schema of a Topic.

  • Soft deleted entities can be restored. Currently, only the ML Models are not supported.
  • Soft deleted teams can be restored. When restoring a soft deleted parent team, the child teams will not be restored by default.

0.12.3 Release

2022, November 18th

  • User suggestion index mapping
  • Tag and Glossary terms caching

0.12.2 Release

2022, October 20th

  • Databricks lineage
  • Added support for Airflow version 2.2.2 as a workflow scheduler
  • Support same table across different databases for the profiler

0.12.1 Release

2022, October 3rd

  • User/Password signup and login
  • Email notifications for forgotten password and new user signed up
  • Admin can add new users and send an email
  • Now admins can full re-index elasticsearch through the UI itself
  • Any changes to entity custom attributes are now versioned
  • We support ingesting DBT tags into OpenMetadata
  • Admins can create bots and their security mechanism from UI itself
  • Around 136 Features/Improvements/Tests made it into 0.12.1 release

0.12.0 Release

2022, September 7th

OpenMetadata 0.12.0 Release

Prior releases supported a flat hierarchy of just Teams and Users. In 0.12, support has been added for the entire organizational hierarchy with Business Unit, Division, Department, and Groups. An organization from small to very large can now be modeled in OpenMetadata with this feature.

Access Control functionality has been revamped to support many use cases that were not possible before. Previously, a Role contained a single Policy, which consisted of simple Rules to Allow/Not Allow. The advanced rule configuration in the 0.12 release allows users to build more expressive rules using conditions.

  • A Role is a collection of Policies. Roles can be assigned to users or teams where all the users in the team inherit the team roles.
  • A Policy is a collection of Rules. A Policy can be reused as it can be part of a Role or can be directly assigned to Teams.
  • A Rule is defined by a set of Resources, a set of Operations, an Effect to either Deny or Allow the operation, and a condition written as SpEL expression to add additional conditions based on metadata attributes. Examples of conditions — isOwner(), noOwner() && !matchTags('PII').

OpenMetadata began support for Data Quality in the 0.10 release, and support was added for publishing Great Expectations results in the 0.11 release. Our goal with OpenMetadata is to define metadata standards for all things data and in this release, we are standardizing Tests and Data Quality metadata. Data Quality Tests can be expressed in JSON schema and now these tests can be added dynamically using the Test Definitions API. We have also added a custom SQL data quality test that allows you to write your data quality tests using SQL statements.

An interactive dashboard helps to visualize and explore the data from the Data Profiler. You can explore how your data is changing over time, and identify data drifts using this dashboard. You can also see how data quality is changing by looking at how tests are doing over time. What is even better is, that you can explore this at both the table level or drill down to each column level going back up to 60 days.

The UI supports the detailed exploration of data quality tests, and users can drill down for the details of the test results present in a time series fashion. Tests can be added easily from the Profiler tab in the UI, both at the Table and Column levels. The UI provides a one-glance update on the metrics with a summary of data quality at the Table and Column levels.

Informing users about upcoming changes to the data is a big challenge. In most organizations, a team sends an email well in advance about the change. But no one reads/tracks them and finally, when the change is done, many users are unprepared to handle it.

With Announcements, you can now inform your entire team of all the upcoming events and changes, such as deprecation, deletion, or schema changes. These announcements can be scheduled with a start date and an end date. All the users following your data are not only notified in Activity Feeds but a banner is also shown on the data asset details page for users to discover (or be reminded of) the announcement.

In 0.12, we’ve also streamlined the Notifications menu with two separate tabs for Tasks and Mentions, that’ll display only the recent notifications. You can always navigate to your User Profile page to view more activities.

Users can get timely updates about the metadata change events for all entities through APIs using webhooks. The webhook integration with Slack has been further improved in this release.

OpenMetadata also supports webhook integration to Microsoft Teams, just as it supports Slack. Users can choose to receive notifications for only the required entities by using event filters based on when an entity is created, updated, or deleted.

In the 0.11 release, a request to add or update descriptions for data assets could be converted to a Task. In the 0.12 release, Tasks can be created based on requests to create or update tags. Also, a glossary term approval workflow can be converted to a Task.

In 0.12, we have completely revamped how that secret is stored, accessed, and by whom; by introducing a Secrets Manager Interface to communicate with any Key Management Store. The KMS will mediate between any OpenMetadata internal requirement and sensitive information. That way, users can choose to use the underlying database as KMS, or any external system. The OpenMetadata community has already added support for AWS Key Management Service and AWS SSM.

New connectors are an essential part of every release in OpenMetadata. We are introducing four new connectors in this release:

  • Redpanda is a Kafka API-compatible streaming data platform for developers that unifies historical and real-time data. OpenMetadata now supports Redpanda as a Messaging service, which allows users to document its topics and schemas. Refer to the Redpanda documentation for more info.
  • Dagster is a new-generation Python-based orchestrator that’s designed for developing and maintaining data assets, such as tables, data sets, machine learning models, and reports. It has been added as part of OpenMetadata’s pipeline connectors. Read more from the Dagster documentation.
  • Fivetran delivers ready-to-use connectors that automatically adapt as schemas and APIs change, ensuring consistent, reliable access to data. It has been added as a pipeline service. For more information, refer to the Fivetran documentation.
  • Apache NiFi automates the flow of data between systems. OpenMetadata now supports a NiFi connector as the third new pipeline service on this release.

We’ve enhanced the performance of workflows by having a separate workflow for Lineage and Usage. By using two workflows for computing specific pieces of information, we can effectively filter down the queries to extract lineage.

During table usage ingestion, the tables retrieved successfully will be cached, so that there is no need to repeat the same calls multiple times as many queries would be referencing the same tables. Usage queries have been optimized. A result limit has been added to Usage queries.

The OpenMetadata Settings dropdown menu has been transformed into a single, centralized Settings page for added convenience in viewing all the available options. The Global Settings comprises setting options for Team Members, Access based on Roles and Policies, Services, Data Quality, Collaboration, Custom Attributes, and Integrations for webhooks and bots. Admins can view or update settings for various services like Slack, MS Teams, Webhooks, etc from the Global Settings page.

The major UI UX improvements have been done around Roles and Policies and a Global Settings page. Quite a lot of tweaks have been made to the UI to improve the UX.

When creating a new user or when a user is registering for the first time, the dropdown menu for Teams now displays an option to ‘Show All’ teams. Previously, we supported the display of only the first 10 teams. An option has also been provided to search and filter. UI improvements have been made on the Schema, Service, and Database details pages. Manage Tab has been replaced with the manage button on the UI.

0.11.0 Release

2022, July 1st

OpenMetadata 0.11.0 Release

  • Tasks have been introduced as an extension to the ability to create conversations and post replies.
  • Tasks can be created around descriptions for tables, pipelines, dashboards, and topics.
  • Users can Request a description, or even Suggest a new description and make edits to an existing description.
  • Submitting the request automatically creates a task for the owner of a data asset.
  • Tasks can be further reassigned to the relevant user.
  • Other users can participate in this activity by posting a reply, comment, or react to conversations with emojis.
  • All the tasks assigned to a user can be tracked in the User Profile page.
  • Tasks associated with a particular data asset are kept track of in the dataset details page.
  • Task owners can provide description or accept/reject suggestions and those tasks are automatically closed.
  • Column level lineage API support has been added in the backend.
  • Supports table level and column level lineage from Snowflake, Redshift, and BigQuery.
  • Now supports adding new types and extending entities when organizations need to capture custom metadata.
  • New types and custom fields can be added to entities either using API or in OpenMetadata UI.
  • Users can search by column, schema, database, owner, tag, and service.
  • Users can search by multiple parameters to narrow down the search results.
  • Separate advanced search options are available for Tables, Topics, Dashboards, Pipelines, and ML Models.
  • All entities are searchable by common search options such as Owner, Tag, and Service.
  • Entity specific search options are also available - table specific options include Column, Schema, and Database, pipeline specific options include Task, and dashboards specific option includes Chart.
  • The Glossary UI has been upgraded.
  • The arrangement to display the Summary, Related Terms, Synonyms, and References has been changed.
  • Reviewers are shown on the right panel with an option to add or remove existing reviewers.
  • Seven additional data quality tests have been added as follows.
    • tableColumnCountToBeBetween: Ensure the number of columns in your table stays within the expected range
    • tableColumnNameToExist: Check that a specific column is in your table
    • tableColumnToMatchSet: Check that your table has the expected columns. You can enforce a check for column order.
    • columnValueMaxToBeBetween: Verify the max value in a column is between expected bounds
    • columnValueMinToBeBetween: Verify the min value in a column is between expected bounds
    • columnValuesToBeInSet: Check if specific value(s) are in a column
    • columnValuesSumToBeBetween: Verify the sum of the values in a column is between expected bounds
  • The Profiler now determines if a BigQuery table is partitioned, and filters it accordingly.
  • Now, you can pass a custom query to your profiler workflow file.
  • Developed a direct integration between Great Expectations and OpenMetadata. Now, you can add custom actions to your Great Expectations checkpoints file that will automatically ingest your data quality tests results into OpenMetadata at the end of your checkpoint file run.
  • ML Model entities have been added to the UI.
  • Supports ingestion through the UI from MLflow.
  • Five new connectors have been added - Airbyte, Mode, AWS Data Lake, Google Cloud Data Lake, and Apache Pinot.
  • DBT Cloud support was added and we now extract manifest and catalog files from API.
  • The ingestion scheduler now supports a minute level selection.
  • The Snowflake metadata extraction has been optimized.
  • The Looker connector now fetches the ‘Usage’ and ‘Access’ metadata for Dashboards and Charts.
  • The OpenMetadata UI has a new layout.
  • In the Activity Feeds, the options to reply to a conversation, as well as to delete can now be found on hovering over the conversation.
  • Users can react with Emojis on the activity feeds, conversations and replies.
  • Hovering on the links provides a quick preview of the entity details.
  • The UI supports adding Tasks. Pending tasks will be displayed on the right panel.
  • A tooltip has been added to display the FQN on hover in the Activity Feed header.
  • Admin users define Roles and associate these roles to Teams. When a user picks a Team, the Role gets automatically assigned.
  • An option has been added to recreate a fresh index from the data available in Elasticsearch.
  • A simple webhook server has been added to the metadata command to register and listen to the metadata change events.
  • The ingestion configurations are supported as YAML.
  • In the previous release, we added support for Azure SSO on Airflow. In the current release, we’ve added support for Azure SSO in Java SDK Client.
  • OpenMetadata now supports AWS Cognito SSO.
  • When deleting a database service, the number of databases, schemas and tables is displayed in the confirmation dialog.

0.10.1 Release

2022, May 17th

  • Support for Postgres as OpenMetadata Store #4601
  • UI Improvements in 0.10.1 Release #4600
  • Support JWT Token Generation for Bot Accounts #4637
  • UI Ingestion Improvements - Support for Dashboards & Messaging Services #4843
  • Security: Fix Azure SSO and support refresh tokens in #4989

0.10.0 Release

2022, April 27th

OpenMetadata 0.10.0 Release

OpenMetadata supports databases, service name databases, and tables. We’ve added Database Schema as part of the FQN. For each external data source, we ingest the database, as well as the tables that are contained underneath the schemas.

OpenMetadata supported soft deletions. Now, we also support the hard deletion of entities through the UI, APIs, and ingestion. Hard deleting an entity removes the entity and all of its relationships. This will also generate a change event.

OpenMetadata has refactored the service connections to simplify the ingestion jobs from both the ingestion framework and the UI. We now use the pydantic models automatically generated from the JSON schemas for the connection definition. The ‘Add Service’ form is automatically generated in the UI based on the JSON schema specifications for the various connectors that are supported in OpenMetadata.

Previously, when ingesting the models and lineage from dbt, we passed the path of the dbt manifest and catalog files directly into the workflow. We’ve worked on improving the quality of life of dbt. Now, we can dynamically download these files from Amazon S3 or Google Cloud Storage. This way we can have any other process to connect to the dbt, extract the catalog, and put it into any cloud service. We just need the path name and workflow job details from the metadata extraction to be able to ingest metadata.

Each service (database, dashboard, messaging, or pipeline service) has its own configuration specifications, with some unique requirements for some services. Instead of the ad hoc definitions of the source module in Python for each connector, we’ve worked on the full refactoring of the ingestion framework. We now use the pydantic models automatically generated from the JSON schemas for the connection definition.

The Airflow REST APIs have been refactored. With our API centric model, we are creating a custom airflow rest API directly on top of Airflow using plugins. This passes the connection information to automatically generate all the dags and prepares handy methods to help us test the connection to the source before creating the service.

  • The UI improvements are directed toward providing a consistent user experience.
  • Hard Deletion of Entities: With the support for the hard deletion of entities, we can permanently delete tables, topics, or services. When the entity is hard deleted, the entity and all its relationships are removed. This generates an ‘EntityDeleted’ change event.
  • Dynamic “Add Service” Forms: The ‘Add Service’ form is automatically generated in the UI based on the JSON schema specifications for the various connectors that are supported in OpenMetadata.
  • UI Support for Database Schema as part of FQN: The database schema has been introduced in the 0.10 release. All the entity pages now support Database Schema in the UI.
  • Lineage Editor: Improvements have been made to the lineage editor.
  • Teams: While signing up in OpenMetadata, the teams with restricted access are hidden and only the joinable teams are displayed.
  • Team Owner: An Owner field has been added to the Team entity. Only team owners can update the teams.
  • Activity Feeds: The Activity Feeds UI supports infinite scrolling.
  • Add User: A user can be added from the Users page.
  • Support Refresh Tokens for Auth0 and Okta SSO: The JWT tokens generated by the SSO providers expire by default in about an hour, making the user re-login often. In this release, we’ve added support for refresh tokens for Auth0 and Okta SSO. The tokens are refreshed silently behind the scenes to provide an uninterrupted user experience. In future releases, we’ll continue to stabilize authentication and add refresh tokens for the other SSO providers.
  • Custom OIDC SSO: OpenMetadata now supports integration with your custom-built OIDC SSO for authentication. This is supported both on the front end for user authentication and on the ingestion side.
  • Azure SSO: Support has been added for Azure SSO on Airflow.

0.9.0 Release

2022, March 10th

OpenMetadata 0.9.0 Release

  • Conversations in the main feed.
  • Users can ask each other questions, add suggestions and replies.
  • Turn some threads into tasks and provide it in MyData as number of tasks.
  • Glossary.
  • Table details - Click through on usage to see who or what services are using it, what queries are pulling from it.
  • Ability to create and monitor the test cases.
  • Data Quality Tests support with Json Schemas and APIs.
  • UI Integration to enable user to write tests and run them on Airflow.
  • Glossaries are a Controlled Vocabulary in an organization used to define the concepts and terminologies specific to a particular domain.
  • API & Schemas to support Glossary.
  • UI support to add Glossary and Glossary Terms.
  • Support for using Glossary terms to annotate Entities and Search using Glossary Terms.
  • Apache Iceberg
  • Azure SQL
  • Clickhouse
  • Clickhouse Usage
  • Databricks
  • Databricks Usage
  • Delta Lake
  • DynamoDB
  • IBM DB2
  • Power BI
  • MSSQL Usage
  • SingleStore
  • Apache Atlas ,Import Metadata from Apache Atlas into OpenMetadata
  • Amundsen, Import Metadata from Amundsen into OpenMetadata
  • DataSource SQL Parsing support to extract Lineage
  • View Lineage support
  • Capture pipeline status as it happens
  • Security policies through the UI.
  • Configuration personas and authorization based on policies.
  • AWS SSO support.

0.8.0 Release

2022, January 22nd

OpenMetadata 0.8.0 Release

  • Design of Access Control Policies.
  • Provide Role based access control with community feedback.
  • Register webhooks to get metadata event notifications.
  • Metadata Change Event integration into Slack and framework for integration into other services such as Kafka or other Notification frameworks
  • Delta Lake
  • Iceberg
  • PowerBI
  • Azure SQL

0.7.0 Release

2021, November 17th

OpenMetadata 0.7.0 Release

  • Users will have access to Activity Feed of all the changes to the Metadata.
  • New and Improved UX for Search and Landing page.
  • Extract Location information from Glue, Redshift.
  • Show Location details on the Table Page.
  • Support SSL (including self-signed certs) enabled ElasticSearch.
  • New entities will be indexed into ElasticSearch directly
  • Metabase
  • Apache Druid
  • Glue Improvements
  • MSSQL - SSL support
  • Apache Atlas Import connector
  • Amundsen Import connector
  • Metadata Change Event integration into Slack and framework for integration into other services such as Kafka or other Notification frameworks
  • Delta Lake support, Databricks, Iceberg

0.6.0 Release

2021, November 17th

OpenMetadata 0.6.0 Release — Metadata Versioning, Events API, One-Click Ingestion, and more

  • Capture changes to Entity Metadata from source and user interactions as versions.
  • Versioned changes will be published as events for clients to consume to take actions on.
  • Improvements to Data Reliability library.
  • Capture custom measurements through user provided SQL.
  • Airflow APIs to deploy DAGS and manage them.
  • UI integration to deploy ingestion workflows.
  • AWS Glue
  • dbt
  • MariaDB

0.5.0 Release

2021, October 19th

OpenMetadata 0.5.0 Release is here — Lineage, Pipelines, Complex Types, Data Profiler and so much more

  • Lineage related schemas and APIs.
  • Lineage metadata integration from AirFlow for tables.
  • UI changes to show lineage information to the users.
  • Improvements to Data Profiler.
  • UI integration with Data Profiler to show how the table profile looks over the period of time.
  • Support complex types such as Struct, Array with nested fields.
  • UI support to add expand complex types and tag, add description for nested fields.
  • Trino
  • Redash
  • Pipeline Entities are supported.
  • Integration with Airflow to extract Pipeline details.

0.4.0 Release

2021, September 20th

OpenMetadata 0.4.0 Release — Dashboards, Topics, Data Reliability

  • Support for Message Service and Topic entities in schemas, APIs, and UI.
  • Kafka connector and ingestion support for Confluent Schema Registry.
  • Support for Dashboard services, Dashboards, and Charts entities in schemas, APIs, and UI.
  • Looker, Superset, Tableau connector, and ingestion support.
  • Sort search results based on Usage, Relevance, and Last updated time.
  • Search string highlighted in search results.
  • Support for Kafka and Dashboards from Looker, Superset, and Tableau.
  • Pluggable SSO integration - Auth0 support.
  • Support for Presto.
  • Salesforce CRM connector.
  • Data profiler to profile tables in ingestion framework and show it table details page.