grafana / google-bigquery-datasource

Google BigQuery Datasource Plugin for Grafana.
Apache License 2.0
26 stars 13 forks source link

JSON field types are unhandled #225

Closed yesoreyeram closed 10 months ago

yesoreyeram commented 10 months ago

When a table contains field type of JSON, plugin errors out.

Steps to reproduce

Query SELECT * FROM something where the something table contains a field of type JSON and observe the error.

zoltanbedi commented 10 months ago

This is a duplicate of https://github.com/grafana/google-bigquery-datasource/issues/145