sqlalchemy support#13
Conversation
This is cleaned up code developed at tobii.com (in collaboration with knowit.se), which we use to connect from Superset (http://airbnb.io/superset/, apache/superset#2531) to an Athena DB. Usage: athena://<user>:<password>@athena.us-east-1.amazonaws.com/?region_name=<region>&s3_staging_dir=s3%3A//<staging_bucket_of_choice>
|
Forgot to mention:
|
|
Thanks PR! I would like you to write a test. PyAthenaJDBC's test uses pytest. https://github.com/dropbox/PyHive/blob/master/pyhive/tests/sqlalchemy_test_case.py PyAthenaJDBC's test also refers to PyHive's test. |
|
Given the work on #14, are you still interested in this? Shall I work on some tests for this? |
|
Sorry, you do not need to write a test. I do not use Superset, so I do not know if I can connect to Superset with my current implementation. Thanks, |
This is cleaned up code developed at tobii.com (in collaboration with
knowit.se), which we use to connect from Superset (http://airbnb.io/superset/,
apache/superset#2531) to an Athena DB.
Usage:
athena://:@athena.us-east-1.amazonaws.com/?region_name=&s3_staging_dir=s3%3A//<staging_bucket_of_choice>