clickhouse-datasource icon indicating copy to clipboard operation
clickhouse-datasource copied to clipboard

Grafana Plugin for ClickHouse

Results 54 clickhouse-datasource issues
Sort by recently updated
recently updated
newest added

For the nullable enum column (in this case, 'status') Query Builder fails to select the column as is and displays the error message: `sql: Scan error on column index 2,...

type/bug
datasource/ClickHouse

Bumps [js-sql-parser](https://github.com/JavaScriptor/js-sql-parser) from 1.5.0 to 1.6.0. Changelog Sourced from js-sql-parser's changelog. 1.0.6 add MIT license. 1.0.7 fix alias for identifier #16 , pr: #17 1.0.8 support union grammar follow: https://dev.mysql.com/doc/refman/8.0/en/union.html...

dependencies
javascript
requires-manual-approval

Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 8.6.1 to 8.7.0. Changelog Sourced from cspell's changelog. 8.7.0 (2024-04-10) Note: Version bump only for package cspell Commits 5318079 v8.7.0 3bc9f88 fix: Add Monkey C dictionary (#5439)...

dependencies
javascript

Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.29.1 to 0.30.0. Release notes Sourced from github.com/testcontainers/testcontainers-go's releases. v0.30.0 What's Changed 🚀 Features feat(k6):Add remote test scripts (#2350) @​bearrito feat: optimizes file copies to and from...

dependencies
go
requires-manual-approval

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.24.0. Commits 7bbe320 go.mod: update golang.org/x dependencies c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too...

dependencies
go
requires-manual-approval

**What happened**: Adhoc filters don't work with columns with a dot in the name. **What you expected to happen**: Adhoc filters work with columns with a dot in the name....

type/bug
datasource/ClickHouse
priority/low

In https://github.com/grafana/grafana/pull/80281 the interface was updated to deprecate `getDataProvider` in favor of `getSupplementaryRequest`, so data sources that need decoupling from Grafana Core don't depend on `queryLogsVolume()`.

enhancement
good first issue
datasource/ClickHouse
priority/high

Currently, if the query deadline is exceeded (as controlled by QueryTimeout) in 2.0, the go driver returns a `error querying the database: context deadline exceeded` error. This isn't particularly clear...

enhancement
good first issue
datasource/ClickHouse
priority/med