sql: add explanation comment (#82304)

pull/82308/head
Gábor Farkas 1 year ago committed by GitHub
parent 67f006a91d
commit d65d2ceb1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/grafana-sql/src/datasource/SqlDatasource.ts

@ -208,6 +208,8 @@ export abstract class SqlDatasource extends DataSourceWithBackend<SQLQuery, SQLO
format: QueryFormat.Table,
};
// NOTE: we can remove this try-catch when https://github.com/grafana/grafana/issues/82250
// is fixed.
let response;
try {
response = await this.runMetaQuery(interpolatedQuery, range);

Loading…
Cancel
Save