ClickHouse / clickhouse-tableau-connector-jdbc

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

ISSUE 47D8F526 #50

Closed gregoryzubenko closed 1 year ago

gregoryzubenko commented 1 year ago

Hi! What do I do wrong ? Can't connect , says no drivers , but I did everything as it was said.

Снимок экрана 2023-04-20 в 16 23 34

image

vlauzeckas commented 1 year ago

had same one yesterday :). you are using wrong JDBC driver file. check out exact naming.

V.

On Thu, Apr 20, 2023 at 12:24 PM Gregory Zubenko @.***> wrote:

Hi! What do I do wrong ? Can't connect , says no drivers , but I did everything as it was said.

[image: Снимок экрана 2023-04-20 в 16 23 34] https://user-images.githubusercontent.com/115933374/233321821-f7a5a544-be74-41cd-95b2-6a5f5006d608.png

[image: image] https://user-images.githubusercontent.com/115933374/233321952-fcd6d31a-098a-458d-8681-e0fa1cabf976.png

— Reply to this email directly, view it on GitHub https://github.com/analytikaplus/clickhouse-tableau-connector-jdbc/issues/50, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANURCG6TRHWW2E3BNVMNW43XCD6GHANCNFSM6AAAAAAXFHAG34 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yurifal commented 1 year ago

https://github.com/ClickHouse/clickhouse-java/releases/download/v0.4.4/clickhouse-jdbc-0.4.4-shaded.jar OR https://github.com/ClickHouse/clickhouse-java/releases/download/v0.4.4/clickhouse-jdbc-0.4.4-http.jar

gregoryzubenko commented 1 year ago

thank you