OpenMetadata/ingestion
2024-06-21 09:42:35 +00:00
..
examples #15243 - Pydantic V2 & Airflow 2.9 (#16480) 2024-06-05 21:18:37 +02:00
operators Fix - e2e tests for pydantic V2 (#16551) 2024-06-06 19:36:17 -07:00
pipelines MINOR: Add failed rows sample to test case (#15682) 2024-04-10 17:00:00 +02:00
plugins Fix Latest Pylint 3.0.0 issues (#13413) 2023-10-03 07:43:09 +02:00
src MINOR: support JSONL datalake file types (#16614) 2024-06-21 09:54:19 +02:00
tests Fixed expected result for schemas exclude (#16757) 2024-06-21 09:42:35 +00:00
__init__.py [issue-1079] - MlFlow Connector (#1677) 2021-12-11 18:40:19 -08:00
Dockerfile #15243 - Pydantic V2 & Airflow 2.9 (#16480) 2024-06-05 21:18:37 +02:00
Dockerfile.ci #15243 - Pydantic V2 & Airflow 2.9 (#16480) 2024-06-05 21:18:37 +02:00
ingestion_dependency.sh #15243 - Pydantic V2 & Airflow 2.9 (#16480) 2024-06-05 21:18:37 +02:00
LICENSE Ingestion Setup.py modification 2021-08-13 01:40:56 +05:30
Makefile MINOR: remove metadata/__init__.py (#15750) 2024-03-29 15:15:52 +05:30
pyproject.toml MINOR: added lineage ingestion test for mssql (#16436) 2024-06-17 08:56:28 +02:00
README.md MINOR: Update README.md python version (#15893) 2024-04-18 21:33:16 +05:30
setup.py Fix #16421: add tableDiff test case (#16554) 2024-06-20 16:54:12 +02:00
sonar-project.properties Add Sample data, modify regex pattern (#14467) 2024-01-11 14:23:33 +05:30

This guide will help you setup the Ingestion framework and connectors

This guide will help you setup the Ingestion framework and connectors

Python version 3.8+

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

image

TopologyRunner Multithread Flow

image