You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom data source plugin using DataSourceVariableSupport. I can see my query editor, but when I click on "Run query" it silently crashes.
In createQueryVariableRunner.ts in the function createQueryVariableRunnerFactory we can see that the DataSourceVariableSupport is not supported.
The text was updated successfully, but these errors were encountered:
Same here. My data source was working properly until Grafana 11.3.0 where it now fails with this error message for my DataSourceVariableSupport variables.
I have a custom data source plugin using
DataSourceVariableSupport
. I can see my query editor, but when I click on "Run query" it silently crashes.In
createQueryVariableRunner.ts
in the functioncreateQueryVariableRunnerFactory
we can see that theDataSourceVariableSupport
is not supported.The text was updated successfully, but these errors were encountered: