mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
docs: use proper dialect for redshift (#4823)
Use redshift+psycopg2 instead of the postgresql one.
This commit is contained in:
committed by
Maxime Beauchemin
parent
fd84fd89ce
commit
daf9a3bfb5
@@ -298,7 +298,7 @@ Here's a list of some of the recommended packages.
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
| sqlite | | ``sqlite://`` |
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
| Redshift | ``pip install sqlalchemy-redshift`` | ``postgresql+psycopg2://`` |
|
||||
| Redshift | ``pip install sqlalchemy-redshift`` | ``redshift+psycopg2://`` |
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
| MSSQL | ``pip install pymssql`` | ``mssql://`` |
|
||||
+---------------+-------------------------------------+-------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user