Influx/flux: include interpolated query with error (#25665)

with execution errors, return a Frame that has Meta.ExecutedQueryString.
This commit is contained in:
Kyle Brandt
2020-06-18 07:45:55 -04:00
committed by GitHub
parent e2ba0731e2
commit 36fd746c5d
3 changed files with 7 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ export default class InfluxDatasource extends DataSourceWithBackend<InfluxQuery,
}
}
// Proces flux queries (data frame request)
// Process flux queries (data frame request)
if (hasFlux) {
if (!this.enableFlux) {
throw 'Flux not enabled for this datasource';