Posted inBack-end Dev Data
Big Data Query
A Simple Query — Or So We Thought EXPORT DATA OPTIONS ( uri = 'gs://xxxxx/*.json', format = 'JSON', overwrite = true) AS ( SELECT * FROM `bigquery-public-data.crypto_solana_xxxxx.Instructions` LIMIT 1000000 );…