Ingestion Framework Deployment
The Ingestion Framework is the module that takes care of bringing metadata in to OpenMetadata. It is used for any type of workflow that is supported in the platform: Metadata, Lineage, Usage, Profiler, Data Quality,…Manage & Schedule the Ingestion Framework
In this guide, we will present the different alternatives to run and manage your ingestion workflows. There are mainly 2 ways of running the ingestion:- Internally, by managing the workflows from OpenMetadata.
- Externally, by using any other tool capable of running Python code.
Option 1 - From OpenMetadata
If you want to learn how to configure your setup to run them from OpenMetadata, follow these guides:Airflow Orchestrator
Deploy, configure and manage the ingestion workflows using Apache Airflow as the orchestrator.
Kubernetes Orchestrator
Run ingestion pipelines using native Kubernetes Jobs and CronJobs - no Airflow required.