Backend plugins: Send query type to backend plugins (#24120)

Use v0.60.0 of sdk.

(cherry picked from commit 890e1d8f94)
This commit is contained in:
Marcus Efraimsson
2020-05-05 10:32:34 +02:00
committed by Arve Knudsen
parent e5902b0f22
commit ef72c489de
6 changed files with 10 additions and 3 deletions
@@ -75,6 +75,7 @@ func (tw *DatasourcePluginWrapperV2) Query(ctx context.Context, ds *models.DataS
ToEpochMS: query.TimeRange.GetToAsMsEpoch(),
FromEpochMS: query.TimeRange.GetFromAsMsEpoch(),
},
QueryType: q.QueryType,
})
}