From df57b16446e6238f4002a8306f3da552cf8a74d2 Mon Sep 17 00:00:00 2001 From: Temiloluwa Valentine Date: Sun, 26 Apr 2026 06:21:03 +0100 Subject: [PATCH] Fix Ingestion Framework description in README Removed unnecessary character from the Ingestion Framework description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6391cab9ede..5fffd243a8e0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ OpenMetadata Consists of Four Main Components: - **Metadata Schemas**: These are the core definitions and vocabulary for metadata based on common abstractions and types. They also allow for custom extensions and properties to suit different use cases and domains. - **Metadata Store**: This is the central repository for storing and managing the metadata graph, which connects data assets, users, and tool-generated metadata in a unified way. - **Metadata APIs**: These are the interfaces for producing and consuming metadata, built on top of the metadata schemas. They enable seamless integration of user interfaces and tools, systems, and services with the metadata store. -- **Ingestion Framework**: This is a pluggable framework for ingesting metadata from various sources and tools to the metadata store. It supports about 84+ connectors for data warehouses, databases, dashboard services, messaging services, pipeline services, and more. +- **Ingestion Framework**: This is a pluggable framework for ingesting metadata from various sources and tools to the metadata store. It supports 84+ connectors for data warehouses, databases, dashboard services, messaging services, pipeline services, and more. ## Key Features of OpenMetadata **Data Discovery**: Find and explore all your data assets in a single place using various strategies, such as keyword search, data associations, and advanced queries. You can search across tables, topics, dashboards, pipelines, and services.