Ingestion: add a simple scheduler from open-metadata

This commit is contained in:
Suresh Srinivas 2021-08-15 18:01:54 -07:00
parent b5ed3feac2
commit d905bd04c3

View File

@ -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 = {