From 19f7904258bec03d9a36a2145843b4ec0e313fa7 Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Wed, 18 Aug 2021 01:01:20 +0530 Subject: [PATCH] Pip install git path modified pylint - simplescheduler --- ingestion/ingestion_dependency.sh | 2 +- ingestion/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion/ingestion_dependency.sh b/ingestion/ingestion_dependency.sh index 08f091458bb..3fd059fa3e0 100755 --- a/ingestion/ingestion_dependency.sh +++ b/ingestion/ingestion_dependency.sh @@ -22,4 +22,4 @@ pip install --upgrade setuptools openmetadata-ingestion==0.2.1 apns # pip install en_core_web_sm-3.0.0-py3-none-any.whl python -m spacy download en_core_web_sm rm -rf en_core_web_sm-3.0.0-py3-none-any.whl -pip install "simplescheduler@git+https://github.com/StreamlineData/sdscheduler.git#egg=simplescheduler" +pip install "simplescheduler@git+git://github.com/open-metadata/simplescheduler.git#egg=simplescheduler" diff --git a/ingestion/setup.py b/ingestion/setup.py index 1cc6cead3a9..c96eef718c8 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -38,7 +38,7 @@ def get_long_description(): scheduler_requirements = { "apns@git+git://github.com/djacobs/PyAPNs.git#egg=apns", - "simplescheduler@git+https://github.com/open-metadata/simplescheduler.git#egg=simplescheduler" + "simplescheduler@git+git://github.com/open-metadata/simplescheduler.git#egg=simplescheduler" } base_requirements = {