|
|
@@ -1059,19 +1059,18 @@
|
|
|
# # options='{"url": "presto://localhost:8080/catalog/default"}'
|
|
|
|
|
|
# [[[clickhouse]]]
|
|
|
- # name=ClickHouse
|
|
|
- # interface=jdbc
|
|
|
- # ## Specific options for connecting to the ClickHouse server.
|
|
|
- # ## The JDBC driver clickhouse-jdbc.jar and its related jars need to be in the CLASSPATH environment variable.
|
|
|
- # options='{"url": "jdbc:clickhouse://localhost:8123", "driver": "ru.yandex.clickhouse.ClickHouseDriver", "user": "readonly", "password": ""}'
|
|
|
+ # name=ClickHouse
|
|
|
+ # interface=sqlalchemy
|
|
|
+ # e.g. clickhouse://user:password@example.com:8124/test?protocol=https
|
|
|
+ # options='{"url": "clickhouse://localhost:8123"}'
|
|
|
|
|
|
# [[[vertica]]]
|
|
|
- # name=Vertica
|
|
|
- # interface=jdbc
|
|
|
- # ## Specific options for connecting to a Vertica server.
|
|
|
- # ## The JDBC driver vertica-jdbc-*.jar and its related jars need to be in the CLASSPATH environment variable.
|
|
|
- # ## If 'user' and 'password' are omitted, they will be prompted in the UI.
|
|
|
- # options='{"url": "jdbc:vertica://localhost:5434", "driver": "com.vertica.jdbc.Driver"}'
|
|
|
+ # name=Vertica
|
|
|
+ # interface=jdbc
|
|
|
+ # ## Specific options for connecting to a Vertica server.
|
|
|
+ # ## The JDBC driver vertica-jdbc-*.jar and its related jars need to be in the CLASSPATH environment variable.
|
|
|
+ # ## If 'user' and 'password' are omitted, they will be prompted in the UI.
|
|
|
+ # options='{"url": "jdbc:vertica://localhost:5434", "driver": "com.vertica.jdbc.Driver"}'
|
|
|
|
|
|
## Define which query and table examples can be automatically setup for the available dialects.
|
|
|
# [[examples]]
|