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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I've installed version 2.0.0
I'm running grafana in GKE and I've add the following command to my docker file
"RUN grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/2.0.0.zip plugins install doitintl-bigquery-datasource"
I can see it in the data source and when I try to add it I get an error
"plugin not found, no installed plugin with that id"
I also tried
"RUN grafana-cli plugins install doitintl-bigquery-datasource"
and I got a working bigquery but the earlier 1.08 version
Expected Behavior
have a working bigquery plugin
Actual Behavior
cannot add the the plugin, getting an error:
"Plugin not found, no installed plugin with that id"
Bug Report
I've installed version 2.0.0
I'm running grafana in GKE and I've add the following command to my docker file
"RUN grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/2.0.0.zip plugins install doitintl-bigquery-datasource"
I can see it in the data source and when I try to add it I get an error
"plugin not found, no installed plugin with that id"
I also tried
"RUN grafana-cli plugins install doitintl-bigquery-datasource"
and I got a working bigquery but the earlier 1.08 version
Expected Behavior
have a working bigquery plugin
Actual Behavior
cannot add the the plugin, getting an error:
"Plugin not found, no installed plugin with that id"
Steps to Reproduce the Problem
1.Added to the docker build "RUN grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/2.0.0.zip plugins install doitintl-bigquery-datasource"
2. build push updated the deployment yaml
3. try to add the datasource
Specifications
The text was updated successfully, but these errors were encountered: