This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 539e11b update to last pyathena >= 1.10.8, to fix athena CSV upload
(#10188)
539e11b is described below
commit 539e11b67e13d23d680415cc06ae6d89c604d28b
Author: thibault ketterer <[email protected]>
AuthorDate: Mon Jun 29 16:38:58 2020 +0200
update to last pyathena >= 1.10.8, to fix athena CSV upload (#10188)
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 946ece0..f2a4e1b 100644
--- a/setup.py
+++ b/setup.py
@@ -109,6 +109,7 @@ setup(
"wtforms-json",
],
extras_require={
+ "athena": ["pyathena>=1.10.8,<1.11"],
"bigquery": ["pybigquery>=0.4.10", "pandas_gbq>=0.10.0"],
"cors": ["flask-cors>=2.0.0"],
"gsheets": ["gsheetsdb>=0.1.9"],