Merge pull request #192 from open-metadata/ingestion_scheduler

Ingestion: add a simple scheduler from open-metadata
This commit is contained in:
Ayush Shah 2021-08-16 09:49:59 +05:30 committed by GitHub
commit 152d3aee2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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