Cannot run query on clickhouse #520
|
Hi I have this configuration: But I get this error: I'm using version 0.14.3 and the query works as expected on clickhouse api |
Answered by
burningalchemist
May 29, 2024
Replies: 1 comment 3 replies
|
Hi @yasharne from the error it actually looks to be a syntax error. I'm also confused it mentions There is no special processing on the query in the |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hey @yasharne, try to add
no_prepared_statement: trueto the metric config instead of the connection string, this should work. 🙂👍