From 6962c76412f5768a6bd04a88a7a4574810ec0d3e Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Mon, 18 Sep 2017 18:45:00 +0200 Subject: [PATCH] docs: athena can be installed from pypi (#3477) As sqlalchemy support has been merged and available in a release since a few. --- docs/installation.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 1449fb773..3724012ed 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 `_. 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}&...