grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
17 stars 12 forks source link

QueryMutator interface for driver #87

Closed jkaflik closed 1 year ago

jkaflik commented 1 year ago

QueryMutator is an additional interface that could be implemented by driver. This adds ability to the driver it can mutate query before run.

Context explained in: https://github.com/grafana/clickhouse-datasource/issues/295 https://github.com/grafana/clickhouse-datasource/pull/314