From d905bd04c3f579aef003fb9a2319cf241229ab4e Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Sun, 15 Aug 2021 18:01:54 -0700 Subject: [PATCH] Ingestion: add a simple scheduler from open-metadata --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 86180b9a4c2..72113c8c9eb 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/StreamlineData/sdscheduler.git#egg=simplescheduler" + "simplescheduler@git+https://github.com/open-metadata/simplescheduler.git#egg=simplescheduler" } base_requirements = {