From 0407f78b17e9cc1ccbaa91702c14356c45fe0303 Mon Sep 17 00:00:00 2001 From: Yoon Date: Thu, 26 Jul 2018 15:12:14 +0900 Subject: [PATCH] Modify Athena connection description (#5492) --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2ea52002b8e79..da6c8c4db6ea1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -364,11 +364,11 @@ Where you need to escape/encode at least the s3_staging_dir, i.e., :: s3://... -> s3%3A//... -You can also use `PyAthena` library +You can also use `PyAthena` library(no java required) like this :: awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{schema_name}?s3_staging_dir={s3_staging_dir}&... -_(See more details at https://github.com/laughingman7743/PyAthena#sqlalchemy.)_ +See `PyAthena `_. Snowflake --------- @@ -386,7 +386,7 @@ Make sure the user has privileges to access and use all required databases/schemas/tables/views/warehouses, as the Snowflake SQLAlchemy engine does not test for user rights during engine creation. -_(See more details at https://github.com/snowflakedb/snowflake-sqlalchemy.)_ +See `Snowflake SQLAlchemy `_. Caching -------