Skip to content

Commit

Permalink
Modify Athena connection description (#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonian authored and mistercrunch committed Jul 26, 2018
1 parent dfb6147 commit 3df82d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/laughingman7743/PyAthena#sqlalchemy>`_.

Snowflake
---------
Expand All @@ -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 <https://github.com/snowflakedb/snowflake-sqlalchemy>`_.

Caching
-------
Expand Down

0 comments on commit 3df82d9

Please sign in to comment.