Alvaro Viebrantz
Alvaro Viebrantz
the key difference is the `format`, some programming languages doesn't have native support for 64 bit integers, that's why the service side has to accept it in `string` format. The...
hey @rafelis1997 thanks for the report. Can you share more details on how are you setting up authentication when instantiating the client ? I might be missing something here, but...
@rafelis1997 Can you try the option second option that I gave of creating a separate service account ? Then you can upload it to the cluster as a secret, mount...
@rafelis1997 have you managed to get things working ? I'll close the issue if no extra work is needed here.
@MatthewAry thanks for the suggestion, that's a really nice feature to add to our library. I'll take a look on adding that after some other improvements that I'm working right...
superseded by https://github.com/googleapis/google-cloud-go/pull/12212
superseded by #2541
hey @gayathri-mandala, thanks for the report. Unfortunately, using the BigQuery REST API, we can't control the amount of rows being returned per page, so that's why even by using the...
@gayathri-mandala here is a sample for reading data with the BigQuery Storage API and in Arrow format. In this sample I show that you can read a full table directly...
> We are having the same memory issues using `createQueryStream`. > > Is there an update on this to make the data truly streamable? @jcbowman with PR https://github.com/googleapis/nodejs-bigquery/pull/1393, memory usage...