Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Initial commit to support the athena DB (#2531)
* Initial commit to support the athena DB This work was done at tobii.com (in collaboration with knowit.se), and depends on: - A patched version of PyAthenaJDBC (https://github.com/dwa/PyAthenaJDBC/tree/dwa-tobii-dict_formatter) - A patched version of PyHive (https://github.com/dwa/PyHive/tree/dwa-tobii-sqlalchemy-athena) And can be used like so: athena://<user>:<password>@athena.us-east-1.amazonaws.com/?region_name=<region>&s3_staging_dir=s3%3A//<staging_bucket_of_choice> * Rebased, and fixed two lint issues * rename athena engine: athena -> awsathena
- Loading branch information