diff --git a/ingestion/README.md b/ingestion/README.md index 1c94e27b716..98abd8489d3 100644 --- a/ingestion/README.md +++ b/ingestion/README.md @@ -2,12 +2,12 @@ This guide will help you setup the Ingestion framework and connectors --- -![Python version 3.7+](https://img.shields.io/badge/python-3.7%2B-blue) +![Python version 3.8+](https://img.shields.io/badge/python-3.8%2B-blue) 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 +- Python >= 3.8.x ### Docs