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
Describe the bug
Just wanted to make aware that there is a bug in the clickhouse-go lib that breaks the HTTP connection method if the CH server is below version 21.4.
Once ClickHouse/clickhouse-go#780 is fixed, the clickhouse-datasource plugin needs a new release to also fix this, afaik.
Thanks in advance
Versions
Plugin 2.0.1
Query
All queries afaik
To Reproduce
Steps to reproduce the behavior:
have a server on CH version 20.1 i.e.
setup grafana and the clickhouse-datasource plugin with HTTP connections
Try to run a query with some time data
All queries fail with Code: 46, e.displayText() = DB::Exception: Unknown function timeZone. Maybe you meant: ['timezone','toTimeZone']: While processing timeZone()
Expected behavior
All queries work as expected
The text was updated successfully, but these errors were encountered:
Describe the bug
Just wanted to make aware that there is a bug in the clickhouse-go lib that breaks the HTTP connection method if the CH server is below version 21.4.
Once ClickHouse/clickhouse-go#780 is fixed, the clickhouse-datasource plugin needs a new release to also fix this, afaik.
Thanks in advance
Versions
Plugin 2.0.1
Query
All queries afaik
To Reproduce
Steps to reproduce the behavior:
Code: 46, e.displayText() = DB::Exception: Unknown function timeZone. Maybe you meant: ['timezone','toTimeZone']: While processing timeZone()
Expected behavior
All queries work as expected
The text was updated successfully, but these errors were encountered: