[db engine] Add support for Elasticsearch (#8441)

* [db engine] Add support for Elasticsearch
This commit is contained in:
Daniel Vaz Gaspar
2019-10-28 16:04:14 +00:00
committed by GitHub
parent 148cec4690
commit a757b43164
4 changed files with 83 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ setup(
"mysql": ["mysqlclient==1.4.2.post1"],
"postgres": ["psycopg2-binary==2.7.5"],
"presto": ["pyhive[presto]>=0.4.0"],
"elasticsearch": ["elasticsearch-dbapi>=0.1.0, <0.2.0"],
"druid": ["pydruid==0.5.7", "requests==2.22.0"],
},
python_requires="~=3.6",