Alvaro Viebrantz
Alvaro Viebrantz
Unfortunately, as of right now, BigQuery doesn't have an local instance/emulator. So for unit tests, it is running against the real API.
With the latest Discovery document updates, we can now correctly propagate the options for controlling timestamp representation. This PR forces all usages to lossless representations. Similarly to PR https://github.com/googleapis/google-cloud-go/pull/9368 Fixes...
Integrate with `jobs.query` endpoint for faster small queries. Keep using `jobs.getQueryResults` when pagination is needed. Fallback to current method of creating a job + `jobs.getQueryResults` when not possible to use...
Move away from generating BigQuery Discovery types using `discovery-tsd` package to use generated ones from our own `googleapis/bigquery` package. This is a breaking change as the naming schema for types...
Soon we are gonna start supporting OpenTelemetry tracing and sunset OpenCensus support. This PR test the internal changes being made on #8655 against BigQuery SDK as we go through the...
Sounds like updating MaxStaleness is not working, so an internal ticket was opened to check that part. Fixes #10026
BigQuery translates a NULL array into an empty array in the query result, although inside the query, NULL and empty arrays are two distinct values. This change brings the translation...
Is easy to add ESLint to the project and we can have a standard code style for all the contributions. Later when CI support is added, the code style can...