Closed yesoreyeram closed 10 months ago
When a table contains field type of JSON, plugin errors out.
JSON
Query SELECT * FROM something where the something table contains a field of type JSON and observe the error.
SELECT * FROM something
something
This is a duplicate of https://github.com/grafana/google-bigquery-datasource/issues/145
When a table contains field type of
JSON
, plugin errors out.Steps to reproduce
Query
SELECT * FROM something
where thesomething
table contains a field of type JSON and observe the error.