-
## Summary
I encountered the following error when trying to specify the key_field in `aiplatform_v1.BatchPredictionJob.InstanceConfig` with a BigQuery input:
```
google.api_core.exceptions.InvalidA…
-
while updating frappe and erpnext with insights app using bench update —reset :
I got pip conflict as bellows:
```
Installing frappe
/home/erpnext/frappe-bench/env/bin/python -m pip install --quie…
-
Use Python's BigQuery API to pull the data from the Near Protocol dataset. For example, this code queries the transactions table and retrieves the data for processing:
## Create a BigQuery client
…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the commu…
-
The feature request in short: to implement a better support for/remove the protobuf restrictions for BigQuery Storage Write API in the C# client.
I've tried to migrate from BigQuery legacy streamin…
-
Some customers do not have access to BigQuery or choose not to use the service. When running DVT via a service like Cloud Run they have no way to easily capture the validation results.
We could add…
-
### Describe the issue
Execute:
```bash
./run kestra:cli 1 flow validate kestra_flows/automations/bigquery --server=https://us.kestra.cloud --api-token= --tenant=
```
Result:
```bash
✘ …
-
**Is your feature request related to a problem? Please describe.**
No, just lacking support.
**Describe the solution you'd like**
Please provide client functions and code examples of using the …
-
How to reproduce
I am using java gcloud SDK
```java
bigQuery.create(DatasetInfo.of("temp"));
bigQuery.create(TableInfo.of(TableId.of("temp", "countries"), StandardTableDe…
-
There is a race condition in the download thread and the main thread when using Bigquery Storage API to fetch data.
https://github.com/googleapis/python-bigquery/blob/a76af359525ef3c49c958663f81fd2…