File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ are compatible with Superset.
67
67
| [ IBM Netezza Performance Server] ( /docs/configuration/databases#ibm-netezza-performance-server ) | ` pip install nzalchemy ` | ` netezza+nzpy://<UserName>:<DBPassword>@<Database Host>/<Database Name> ` |
68
68
| [ MySQL] ( /docs/configuration/databases#mysql ) | ` pip install mysqlclient ` | ` mysql://<UserName>:<DBPassword>@<Database Host>/<Database Name> ` |
69
69
| [ OceanBase] ( /docs/configuration/databases#oceanbase ) | ` pip install oceanbase_py ` | ` oceanbase://<UserName>:<DBPassword>@<Database Host>/<Database Name> ` |
70
- | [ Oracle] ( /docs/configuration/databases#oracle ) | ` pip install cx_Oracle ` | ` oracle://<username>:<password>@<hostname>:<port> ` |
70
+ | [ Oracle] ( /docs/configuration/databases#oracle ) | ` pip install oracledb ` | ` oracle://<username>:<password>@<hostname>:<port> ` |
71
71
| [ Parseable] ( /docs/configuration/databases#parseable ) | ` pip install sqlalchemy-parseable ` | ` parseable://<UserName>:<DBPassword>@<Database Host>/<Stream Name> ` |
72
72
| [ PostgreSQL] ( /docs/configuration/databases#postgres ) | ` pip install psycopg2 ` | ` postgresql://<UserName>:<DBPassword>@<Database Host>/<Database Name> ` |
73
73
| [ Presto] ( /docs/configuration/databases#presto ) | ` pip install pyhive ` | ` presto://{username}:{password}@{hostname}:{port}/{database} ` |
You can’t perform that action at this time.
0 commit comments