sql: add explanation comment (#82304)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user