Alvaro Viebrantz

Results 28 issues of 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...

api: bigquery
size: m

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...

api: bigquery
size: m

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...

api: bigquery
size: xl

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...

api: bigquery
stale: extraold
size: m

Sounds like updating MaxStaleness is not working, so an internal ticket was opened to check that part. Fixes #10026

api: bigquery

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...

stale: extraold
size: m

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...

enhancement