pbugnion / jupyterlab-sql

SQL GUI for JupyterLab
MIT License
417 stars 52 forks source link

Support Athena #46

Open existeundelta opened 5 years ago

existeundelta commented 5 years ago

Support to Athena

https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html

https://docs.aws.amazon.com/athena/latest/ug/athena-bi-tools-jdbc-odbc.html

pbugnion commented 5 years ago

Athena support would be great!

Have you actually tried using Athena? If you can connect to it from sqlalchemy, I'd expect it to work.

sterlinm commented 5 years ago

I'm looking to do the same. Currently using pyodbc to connect to Athena, but PyAthena may work.

I'll let you know if I get it working.

pbugnion commented 4 years ago

See issue #113 for actively supporting additional database types.