grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
20 stars 12 forks source link

Fix error source coming from getFrames function #142

Closed ivanahuckova closed 2 weeks ago

ivanahuckova commented 2 weeks ago

Fixes https://github.com/grafana/data-sources/issues/161 Follows up on https://github.com/grafana/grafana-plugin-sdk-go/pull/1134

This PR fixes error source for errors coming from getFrames function from sdk. It specifically checks for exported errors that we consider downstream from data package in sdk and http downstream errors.

image
CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.