grafana / sqlds

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

Fix "missing datasource" error #51

Closed andresmgot closed 2 years ago

andresmgot commented 2 years ago

The datasourceId field in the JSON body of the query is deprecated and not meant to be used. This PR:

It fixes a temporary issue with Grafana 8.3-pre.

ryantxu commented 2 years ago

With https://github.com/grafana/grafana/pull/41769 this should not be required -- however, it is better that we stop using datasourceId directly so that future changes are less painful