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

rusackas pushed a commit to branch athena-doc-fix
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/athena-doc-fix by this push:
     new 6cae0a46bb docs(drivers): updated Athena URI spec
6cae0a46bb is described below

commit 6cae0a46bbaab0b7ebeb45dc81120fd0f884c81a
Author: Evan Rusackas <[email protected]>
AuthorDate: Mon Nov 20 17:04:20 2023 -0700

    docs(drivers): updated Athena URI spec
---
 docs/docs/databases/installing-database-drivers.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/databases/installing-database-drivers.mdx 
b/docs/docs/databases/installing-database-drivers.mdx
index b4be939c3b..0d5f8e7395 100644
--- a/docs/docs/databases/installing-database-drivers.mdx
+++ b/docs/docs/databases/installing-database-drivers.mdx
@@ -24,7 +24,7 @@ Some of the recommended packages are shown below. Please 
refer to [setup.py](htt
 
 | Database                                                  | PyPI package     
                                                                  | Connection 
String                                                                          
                 |
 | --------------------------------------------------------- | 
----------------------------------------------------------------------------------
 | 
-----------------------------------------------------------------------------------------------------------
 |
-| [Amazon Athena](/docs/databases/athena)                   | `pip install 
pyathena[pandas]` , `pip install PyAthenaJDBC`                        | 
`awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{
 `        |
+| [Amazon Athena](/docs/databases/athena)                   | `pip install 
pyathena[pandas]` , `pip install PyAthenaJDBC`                        | 
`awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{schema_name}?s3_staging_dir={s3_staging_dir}&...
 `        |
 | [Amazon DynamoDB](/docs/databases/dynamodb)               | `pip install 
pydynamodb`                                                           | 
`dynamodb://{access_key_id}:{secret_access_key}@dynamodb.{region_name}.amazonaws.com?connector=superset`
    |
 | [Amazon Redshift](/docs/databases/redshift)               | `pip install 
sqlalchemy-redshift`                                                  | ` 
redshift+psycopg2://<userName>:<DBPassword>@<AWS End Point>:5439/<Database 
Name>`                         |
 | [Apache Drill](/docs/databases/drill)                     | `pip install 
sqlalchemy-drill`                                                     | 
`drill+sadrill:// For JDBC drill+jdbc://`                                       
                            |

Reply via email to