mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 00:31:42 +00:00
* omd side ws connector files * Removed files * add beta tag * update enum name * rename connection to databaseConnection * Revert "rename connection to databaseConnection" This reverts commit 9f1bc74e7aa6c156bedb8eefeb1a5435fcf72319. * rename from connection to metastore * rename connection to dbconnection * UI Generated files * fix connector UI * fix connector UI --------- Co-authored-by: Akash Verma <akashverma@Akashs-MacBook-Pro-2.local> Co-authored-by: ulixius9 <mayursingal9@gmail.com> Co-authored-by: Sweta Agarwalla <swetaagarwalla13@gmail.com>
This guide will help you setup the Ingestion framework and connectors
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through OpenMetadata APIs. It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata. Prerequisites
- Python >= 3.8.x
Docs
Please refer to the documentation here https://docs.open-metadata.org/connectors
TopologyRunner
All the Ingestion Workflows run through the TopologyRunner.
The flow is depicted in the images below.
TopologyRunner Standard Flow
TopologyRunner Multithread Flow

