ClickHouse / clickhouse-tableau-connector-jdbc

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

Не выводится список таблиц при подключении #9

Closed Arkronus closed 2 years ago

Arkronus commented 2 years ago

Скачал драйвер (clickhouse-jdbc-0.3.1-patch-shaded) и файл taco, успешно подключился к серверу, однако не видно списка таблиц и не доступен CustomSQL. Пробовал на Desktop 20.4 и 21.3

изображение

На той же машине через DBeaver подключение успешно и таблицы видны. ОС Windows 10

yurifal commented 2 years ago

Попробуйте в поле Database впиcать имя Схемы данных.

Arkronus commented 2 years ago

У меня имя БД и схема были названы одинаково - db1 Сработал вариант, когда вводишь название схемы default. В этом случае появляется окно для выбора схемы.

изображение

изображение

rfraposa commented 2 years ago

I am having the same issue, but I do not see an option to select a Schema. Where is that in Tableau?

It seems to connect to the ClickHouse database successfully, but after that I can't click on anything...nothing happens:

Screen Shot 2021-10-25 at 3 44 03 PM

yurifal commented 2 years ago

Have you tried to connect to the default database?

rfraposa commented 2 years ago

I figured that out this morning...thanks. I opened an issue (#11) because it seems like there is a bug that could be fixed fairly easily. Or if the database must be default, then the documentation should point that out.