ClickHouse / clickhouse-tableau-connector-jdbc

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

readonly mode error #35

Closed Egorka31 closed 2 years ago

Egorka31 commented 2 years ago

123

Have a problem like on photo Probably I should set readonly = 2, but I don't know where

yurifal commented 2 years ago

for the CH version 20.6 or lower please try using the version 0.3.1-patch of the JDBC driver and the version 0.1.4 of the Connector.

and please try defining user rights in the database schema (GRANT ... statements), not in the Profiles (in the users.xml). this would allow users to set session variables.

Egorka31 commented 2 years ago

these drivers work for me, thank you!