Dale McDiarmid

Results 194 comments of Dale McDiarmid

No problem @DGuang21 I think a simple test in code showing what you want to achieve would be enough. Keep the explanation minimal - we can share ideas over the...

`parquet-tools inspect house_prices.parquet --detail` gives this information but not per row group and not succinctly.

@frankywahl is the best answer here. Trivial to extend and presumably exactly what the author intended.

note QueryTimeout is in 2.0 only - see https://github.com/grafana/clickhouse-datasource/pull/186 previous versions hardcoded at 30s.

This is a client issue. Ill wrap this error in the go-client and PR the plugin when we release the client.

Aside from the race condition, asking the chart to create the secret means a sensitive key must be passed to the chart. In reality, we most orgs manage their secrets...

To be clear node info not node stats.

how would the visuals show though? some we could plot double series e.g. line, but for others we'd need 2 charts? For the selection? what about a multi-select?

@danielclickh any thoughts?

```sql WITH results AS ( SELECT sumIf(count, date > {min_date:String}::Date32 AND date > {max_date:String}::Date32 - toIntervalDay(1) AND date {min_date:String}::Date32 AND date > {max_date:String}::Date32 - toIntervalWeek(1) AND date {min_date:String}::Date32 AND date...