Skip to content

Commit

Permalink
docs: athena can be installed from pypi (apache#3477)
Browse files Browse the repository at this point in the history
As sqlalchemy support has been merged and available in a release
since a few.
  • Loading branch information
xrmx authored and timifasubaa committed Oct 3, 2017
1 parent 6a60549 commit 23430c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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}&...
Expand Down

0 comments on commit 23430c7

Please sign in to comment.