From c081eabb7ec9767e88d0d07a149c499f56a1d8b7 Mon Sep 17 00:00:00 2001 From: Alberto Miorin <32617+amiorin@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:41:20 +0100 Subject: [PATCH] Fix #1868: Add openmetadata-ingestion-core as dependency (#1869) --- ingestion/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 4a8d390516f..57a5543e40d 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -23,6 +23,7 @@ def get_long_description(): base_requirements = { + "openmetadata-ingestion-core==0.6.0.dev0", "commonregex", "idna<3,>=2.5", "click>=7.1.1", @@ -111,7 +112,7 @@ plugins: Dict[str, Set[str]] = { build_options = {"includes": ["_cffi_backend"]} setup( name="openmetadata-ingestion", - version="0.6.0.dev0", + version="0.6.0.dev1", url="https://open-metadata.org/", author="OpenMetadata Committers", license="Apache License 2.0",