clickhouse-tableau-connector-jdbc icon indicating copy to clipboard operation
clickhouse-tableau-connector-jdbc copied to clipboard

Tableau connector to ClickHouse using JDBC driver

Results 20 clickhouse-tableau-connector-jdbc issues
Sort by recently updated
recently updated
newest added

As part of our effort to improve the connector's test coverage, we tested it with TDVT and found the following issue for the following test: - Test Name - logical...

Not sure it issue with the connector or JDBC driver itself, but i noticed strange behavior: Add such query as custom SQL: `select toDateTime('2022-08-23 02:52:53') as tz, toTypeName(tz) as tz_type,...

bug

Getting the below error when tries to use the below calculation in Tableau. calculation: RAWSQL_SPATIAL("xx",[Geometry]) Unable to complete action Bad Connection: Tableau could not connect to the data source. Error...

It seems like there is an issue with v0.5.0 JDBC Connector. There is no dropdown with databases list. ![CleanShot 2023-10-12 at 16 55 13@2x](https://github.com/ClickHouse/clickhouse-tableau-connector-jdbc/assets/14631690/833ca088-d708-4d19-b062-cc807639a8ef) My Configuration: MacOS Tableau Desktop 2023.2.2...

Hello, The JDBC clickhouse driver that the connector uses supports already load balancing, specifing in the connection string multiple hosts and ports. ``` String connString = "jdbc:clickhouse://server1:8123,server2:8123,server3:8123/database"; BalancedClickhouseDataSource balancedDs =...

I get the following from myTableau server and/or Tableau client connecting to the clickhouse when refreshing a tableau report. Error executing subquery id: "4553" Code: 202. DB::Exception: Too many simultaneous...

default_database parameter not working with Tableau connector: `create database test_db;` `CREATE TABLE test_db.test_table ( `id` Int64 ) ENGINE= MergeTree ORDER BY (id) SETTINGS index_granularity = 8192;` `CREATE USER test_user IDENTIFIED...

I am unsure how to add the cert for the plugin/tableau connector. Checking ssl and putting port 443 I get this: ``` An error occurred while communicating with the ClickHouse...

Добрый день! Подскажите, eсли на сервере установлены две версии v0.3.2-patch2 и v0.4.6 , при этом один коннектор v0.2.2, то через какой именно драйвер будет проходить подключении к БД ?

Tableau 2023.1, port 8443, An error occurred while communicating with ClickHouse JDBC by ANALYTIKA PLUS There was a problem while running the connector plugin. Reinstall the plugin or contact the...