mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Influx/flux: include interpolated query with error (#25665)
with execution errors, return a Frame that has Meta.ExecutedQueryString.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user