ClickHouse is missing from the driver list, because it's disabled by default. driverId below is clickhouse:yandex_clickhouse but it should be generic:yandex_clickhouse according to this:
|
if (webDrivers.contains(driverId)) { |
As a workaround, I replaced generic to clickhouse:
|
<driver id="generic:yandex_clickhouse"/> |
ClickHouse is missing from the driver list, because it's disabled by default.
driverIdbelow isclickhouse:yandex_clickhousebut it should begeneric:yandex_clickhouseaccording to this:cloudbeaver/server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/registry/WebDriverRegistry.java
Line 66 in 7141494
As a workaround, I replaced
generictoclickhouse:cloudbeaver/server/bundles/io.cloudbeaver.resources.drivers.base/plugin.xml
Line 43 in 7141494