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:
committed by
Arve Knudsen
parent
e5902b0f22
commit
ef72c489de
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user