Serge Klochkov

Results 51 comments of Serge Klochkov

> @slvrtrn I'm having the same issue. Were you able to solve it? No, we had to use some other workarounds (direct traefik routing)

@Silentdoer that's how I implemented it in my project following the "Zero to production in Rust" book (it is recommended to use YAMLs there but I decided to do it...

@canhld94, thanks for looking into it. Here's a suitable adaptation of a simple test (from a different project) that found the bug with Geo: ```sql DROP TABLE IF EXISTS rmt_geo_types1;...

@mhkarimi1383, this is clearly an overlook from me. I think this feature (`:connection-impersonation`) should be turned off for now, as `SET ROLE` and other session-level commands are currently limited to...

@mhkarimi1383, I think it will introduce some complications as datasets are `ENGINE Memory`, and many of them are created in place, and we need to use `wait_end_of_query` and other parameters...

@mhkarimi1383, you could try (we already have a sample setup available, for example, [here](https://github.com/ClickHouse/clickhouse-js/blob/main/docker-compose.cluster.yml) with all the necessary configs). Don't expect that it will work out of the box, though....

@mhkarimi1383, please try https://github.com/ClickHouse/metabase-clickhouse-driver/releases/tag/1.2.2

I am closing this, as the offending feature was disabled in the end, and unblocked the driver usage on clustered instances. Proper implementation of the "connection impersonation" feature that correctly...

Should be fixed in [0.9.0](https://github.com/enqueue/metabase-clickhouse-driver/releases/tag/0.9.0)