mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Fix typo in pyathena connection string (#13201)
This commit is contained in:
committed by
GitHub
parent
2ff8741248
commit
51c90ec013
@@ -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}&...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user