hysds / pele

REST API for HySDS Datasets
Apache License 2.0
0 stars 0 forks source link

pin elasticsearch>=7.0.0,7.14.0 #18

Closed DustinKLo closed 3 years ago

DustinKLo commented 3 years ago

related ticket(s):

Starting in ES v7.14 it will make a check if the client is compatible and will raise an error https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/release-notes.html#rn-7-14-0

this is because of the conflict between Elastico and AWS

raise UnsupportedProductError(message)
elasticsearch.exceptions.UnsupportedProductError: The client noticed that the server is not a supported distribution of Elasticsearch

will need to pin the version to >=7.0.0,<7.14.0 for now, maybe a more long term solution will be viable in the future

affected repos: