sql: add explanation comment (#82304)

This commit is contained in:
Gábor Farkas
2024-02-12 12:42:12 +01:00
committed by GitHub
parent 67f006a91d
commit d65d2ceb1b
@@ -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);