ClickHouse / clickhouse-tableau-connector-jdbc

Tableau connector to ClickHouse using JDBC driver
Apache License 2.0
57 stars 9 forks source link

Named session error #16

Closed skaradub closed 2 years ago

skaradub commented 2 years ago

Hello there!

connector is nice, but some instances got error with such text: image

ClickHouse exception, code: 48, host: mstat-ch-cache.vs.market.yandex.net, port: 443; Code: 48, e.displayText() = DB::Exception: Support for named sessions is not enabled (version 21.6.1.1-arcadia)

I understand that the cause is our settings on cluster, but could it be possible to have checbox not to send session_id while connecting to srver?

regards, Yury

artshevchenko commented 2 years ago

Hi! This will be fixed soon in v0.1.3. We will add a custom parameter to disable session_id. Stay tuned!

artshevchenko commented 2 years ago

Hi! The release is already available here