mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Updade connection prefix (#12673)
The connection prefix should be different if the DB2 dialect is different.
This commit is contained in:
committed by
GitHub
parent
e80cd61e06
commit
b1c203b7d9
@@ -16,3 +16,9 @@ Here's the recommended connection string:
|
||||
```
|
||||
db2+ibm_db://{username}:{passport}@{hostname}:{port}/{database}
|
||||
```
|
||||
|
||||
There are two DB2 dialect versions implemented in SQLAlchemy. If you are connecting to a DB2 version without `LIMIT [n]` syntax, the recommended connection string to be able to use the SQL Lab is:
|
||||
|
||||
```
|
||||
ibm_db_sa://{username}:{passport}@{hostname}:{port}/{database}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user