docs: athena can be installed from pypi (#3477)

As sqlalchemy support has been merged and available in a release
since a few.
This commit is contained in:
Riccardo Magliocchetti 2017-09-18 18:45:00 +02:00 committed by Maxime Beauchemin
parent b0d25a154a
commit 6962c76412
1 changed files with 0 additions and 4 deletions

View File

@ -230,10 +230,6 @@ database you want to connect to should get you to the right place.
(AWS) Athena
------------
This currently relies on an unreleased future version of `PyAthenaJDBC <https://github.com/laughingman7743/PyAthenaJDBC>`_. If you're adventurous or simply impatient, you can install directly from git: ::
pip install git+https://github.com/laughingman7743/PyAthenaJDBC@support_sqlalchemy
The connection string for Athena looks like this ::
awsathena+jdbc://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{schema_name}?s3_staging_dir={s3_staging_dir}&...