Closed alexbiediger closed 2 years ago
I've run into similar issue as well. Do we have any update regarding this?
Please update to v2.0.3 (Available on Grafana cloud) and let me know if it persist
We are retiring the DoiT International BigQuery DataSource plugin for Grafana. We recommend that you migrate to the official Google BigQuery data source maintained by Grafana. In August 2022, we will cease all development and archive the GitHub project.
We are sorry for any inconvenience.
Bug Report
I've managed to successfully get several panels working, but I've been stuck on alerts for several days. My suspicion is alerts do not use my configured JWT authentication and instead force use GCE even though it is not configured/authorized/present.
Expected Behavior
When panel queries run successfully I would expect alert queries to do so as well.
Actual Behavior
Even though panel queries run successfully, when testing out alerts I get the following error messages:
Steps to Reproduce the Problem
docker run -e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=doitintl-bigquery-datasource" -d -p 3000:3000 grafana/grafana
docker exec [...] grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/2.0.2.zip plugins install doitintl-bigquery-datasource
docker start/stop [...]
Create new panel using test query
Specifications