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

rusackas 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 92b9c06e59 chore: Updating connection URI for MS SQL Server (#22903)
92b9c06e59 is described below

commit 92b9c06e59e173d427a6278d765bc2e08d4a7b31
Author: kuruv <[email protected]>
AuthorDate: Fri Feb 17 00:41:40 2023 +0800

    chore: Updating connection URI for MS SQL Server (#22903)
    
    Co-authored-by: Evan Rusackas <[email protected]>
---
 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 66710e8ab8..ee1b385336 100644
--- a/docs/docs/databases/installing-database-drivers.mdx
+++ b/docs/docs/databases/installing-database-drivers.mdx
@@ -54,7 +54,7 @@ A list of some of the recommended packages.
 | [SAP Hana](/docs/databases/hana)                          | `pip install 
hdbcli sqlalchemy-hana or pip install apache-superset[hana]`          | 
`hana://{username}:{password}@{host}:{port}`                                    
                            |
 | [Snowflake](/docs/databases/snowflake)                    | `pip install 
snowflake-sqlalchemy`                                                 | 
`snowflake://{user}:{password}@{account}.{region}/{database}?role={role}&warehouse={warehouse}`
             |
 | SQLite                                                    | No additional 
library needed                                                       | 
`sqlite://`                                                                     
                            |
-| [SQL Server](/docs/databases/sql-server)                  | `pip install 
pymssql`                                                              | 
`mssql://`                                                                      
                            |
+| [SQL Server](/docs/databases/sql-server)                  | `pip install 
pymssql`                                                              | 
`mssql+pymssql://`                                                              
                                    |
 | [Teradata](/docs/databases/teradata)                      | `pip install 
teradatasqlalchemy`                                                   | 
`teradatasql://{user}:{password}@{host}`                                        
                            |
 | [TimescaleDB](/docs/databases/timescaledb)                | `pip install 
psycopg2`                                                             | 
`postgresql://<UserName>:<DBPassword>@<Database Host>:<Port>/<Database Name>`   
                            |
 | [Vertica](/docs/databases/vertica)                        | `pip install 
sqlalchemy-vertica-python`                                            | 
`vertica+vertica_python://<UserName>:<DBPassword>@<Database Host>/<Database 
Name>`                          |

Reply via email to