mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 20:23:55 +08:00
sdk: update to latest (#20182)
which removes an unused field from the Transform api
This commit is contained in:
@ -137,8 +137,6 @@ type TransformWrapper struct {
|
||||
|
||||
func (tw *TransformWrapper) Transform(ctx context.Context, query *tsdb.TsdbQuery) (*tsdb.Response, error) {
|
||||
pbQuery := &pluginv2.TransformRequest{
|
||||
// TODO Not sure Datasource property needs be on this?
|
||||
Datasource: &pluginv2.DatasourceInfo{},
|
||||
TimeRange: &pluginv2.TimeRange{
|
||||
FromRaw: query.TimeRange.From,
|
||||
ToRaw: query.TimeRange.To,
|
||||
|
Reference in New Issue
Block a user