From fb8fa035b2fb24afa28325f8092fbace42dba42a Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sun, 17 Sep 2017 14:06:47 +0200 Subject: [PATCH] docs: athena can be installed from pypi 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 1449fb773ea2a..3724012ed9cd9 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}&...