yoonian edited a comment on issue #5386: java.lang.RuntimeException: Class com.amazonaws.athena.jdbc.AthenaDriver not found URL: https://github.com/apache/incubator-superset/issues/5386#issuecomment-407000548 How about using [PyAthena](https://github.com/laughingman7743/PyAthena#sqlalchemy). It is written in python only. So you will not get any java error! It will work if you install via ``pip install "PyAthena>1.2.0"`` and just replace SQLAlchemy URI ``awsathena+jdbc://`` with ``awsathena+rest://``.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
