You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sr...@apache.org on 2021/02/18 15:38:57 UTC

[superset] branch master updated: Fix typo in pyathena connection string (#13201)

This is an automated email from the ASF dual-hosted git repository.

srini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 51c90ec  Fix typo in pyathena connection string (#13201)
51c90ec is described below

commit 51c90ec01342d6426c3bc3624092589fe20598a1
Author: Connor T. Skennerton <c....@gmail.com>
AuthorDate: Thu Feb 18 07:38:05 2021 -0800

    Fix typo in pyathena connection string (#13201)
---
 docs/src/pages/docs/Connecting to Databases/athena.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/pages/docs/Connecting to Databases/athena.mdx b/docs/src/pages/docs/Connecting to Databases/athena.mdx
index 769694a..e0ce927 100644
--- a/docs/src/pages/docs/Connecting to Databases/athena.mdx	
+++ b/docs/src/pages/docs/Connecting to Databases/athena.mdx	
@@ -31,5 +31,5 @@ You can also use [PyAthena library](https://pypi.org/project/PyAthena/) (no Java
 following connection string:
 
 ```
-awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{
+awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{schema_name}?s3_staging_dir={s3_staging_dir}&...
 ```