mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-10 16:25:37 +00:00

* Update storage connection naming * Update storage services and remove typing of generic service * Remove inits for namespace package * Add test connection * Revert "Remove inits for namespace package" This reverts commit 89f1ae9ea8a633593776f51caf2586d2110d4636. * Add enum * Remove init to allow namespace packaging in some modules * Remove init to allow namespace packaging in some modules * Move examples and fix test * Format * Linting
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.7.x
Docs
Please refer to the documentation here https://docs.open-metadata.org/connectors
