Closed MassyB closed 4 years ago
@MassyB Sorry I'm familiar with the provisioning system. Regarding logs. The plugin is client-side, so all the logs can be found in the web browser log console
@avivl there is a difference between the two provisioning files:
The one on GitHub has the correct format I suggest you update the documentation in https://grafana.com/grafana/plugins/doitintl-bigquery-datasource?version=1.0.4 Thanks again for the plugin :-)
@MassyB Thank you. I'll do that next week
Hello ! First of all, thank you very much for the plugin :) I have some issues with the format of the provisioning file. I have some service account file that looks like this
And the provisioning file that I put in
/etc/grafana/provisioning/datasources/all.yaml
Which looks like thisBut when I clicked on save and test I got some errors. I think I miss formated the provisioning file. I tried to upload the service account file using the UI and the test passed, I was able to query BQ. However when I did this, I couldn't find any file in
/etc/grafana/provisioning/datasources
to get and example of it.I'm executing a custom grafana image in a docker container
The way I'm running the container
I'm providing the provisioning file via a volume.
How could I get the logs regarding the test of that bigquery plugin ?