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 85f07798bf docs(teradata): fix connection string (#23051)
85f07798bf is described below
commit 85f07798bf8eda683263cf35e1e714d80f0a27c9
Author: Ville Brofeldt <[email protected]>
AuthorDate: Fri Feb 10 06:53:30 2023 +0200
docs(teradata): fix connection string (#23051)
---
docs/docs/databases/installing-database-drivers.mdx | 2 +-
docs/docs/databases/teradata.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/databases/installing-database-drivers.mdx
b/docs/docs/databases/installing-database-drivers.mdx
index a31a31178d..66710e8ab8 100644
--- a/docs/docs/databases/installing-database-drivers.mdx
+++ b/docs/docs/databases/installing-database-drivers.mdx
@@ -55,7 +55,7 @@ A list of some of the recommended packages.
| [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://`
|
-| [Teradata](/docs/databases/teradata) | `pip install
teradatasqlalchemy ` |
`teradata://{user}:{password}@{host}`
|
+| [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>` |
| [YugabyteDB](/docs/databases/yugabytedb) | `pip install
psycopg2` |
`postgresql://<UserName>:<DBPassword>@<Database Host>/<Database Name>`
|
diff --git a/docs/docs/databases/teradata.mdx b/docs/docs/databases/teradata.mdx
index 2f765a2146..8b7a91c914 100644
--- a/docs/docs/databases/teradata.mdx
+++ b/docs/docs/databases/teradata.mdx
@@ -13,7 +13,7 @@ The recommended connector library is
The connection string for Teradata looks like this:
```
-teradata://{user}:{password}@{host}
+teradatasql://{user}:{password}@{host}
```
## ODBC Driver