sdk: update to latest (#20182)

which removes an unused field from the Transform api
This commit is contained in:
Kyle Brandt
2019-11-05 14:12:54 -05:00
committed by GitHub
parent dca84145f6
commit 17f36d0492
14 changed files with 228 additions and 159 deletions

View File

@ -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,