You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to track all queries that go through clickhouse_connect, including “service” requests.
In driver.client.Client._init_common_settings there are some “service” queries that I cannot intercept. Is there any way to intercept any queries that go through clickhouse_connect without rewriting driver.client.Client?
The text was updated successfully, but these errors were encountered:
There is not currently a way to do that. It might make sense to add a "hook" within the query* or _raw_query Client methods to allow this sort of functionality.
I want to track all queries that go through clickhouse_connect, including “service” requests.
In driver.client.Client._init_common_settings there are some “service” queries that I cannot intercept. Is there any way to intercept any queries that go through clickhouse_connect without rewriting driver.client.Client?
The text was updated successfully, but these errors were encountered: