go.fuchsia.dev/infra@v0.0.0-20240507153436-9b593402251b/cmd/bigquery/README.md (about)

     1  # BigQuery CLI
     2  
     3  This is a lightweight tool for interacting with BigQuery.
     4  
     5  It currently only supports running queries, and not inserting data. Use the
     6  [`bqupload`](https://chromium.googlesource.com/infra/infra//+/HEAD/go/src/infra/cmd/bqupload)
     7  tool if you need to insert data.