We are experiencing automatic rounding when accessing to a JSON object inside a BigQuery Table.
The query is : SELECT time,object.rssi AS rssi, object.snr AS snr,object.latitude AS latitude, object.longitude AS longitude FROM project.ftd.raw
LIMIT 50000
object.latitude and object.longitude is a float with 6 decimal digits , but grafana is rounding values to 1 or 2 decimals.