-
Hello,
I'm running prometheus stackdriver exporter to collect Dataflow and BigQuery metrics. The strange thing is that Dataflow metrics (and others) work fine, however BigQuery metrics simply do no…
-
![Screenshot 2024-10-22 at 9 20 17 AM](https://github.com/user-attachments/assets/656983c7-f8ae-4c68-808d-c340ad705493)
Whenever a project name contains a dash followed by a number then it is being…
-
### 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
✘ …
-
I am having an issue getting accurate counts when reading/writing to BigQuery from Databricks after installing the connector.
Connector Version: spark-3.5-bigquery-0.39.1.jar
Apache Spark 3.5.0
…
-
- In order to allow spark applications to read from the bigquery emulator, it is necessary that the emulator supports incoming gRPC requests also via SSL/TLS (currently it seems as if the emulator onl…
-
How to reproduce
I am using java gcloud SDK
```java
bigQuery.create(DatasetInfo.of("temp"));
bigQuery.create(TableInfo.of(TableId.of("temp", "countries"), StandardTableDe…
-
When following the quick install, upon running Terraform it fails claiming the plugin crashed.
Looking at GCP logs, a fallback strategy is suggested indicating API throttling. I've tried at differ…
-
BigQuery supports dataset-level custom functions that are publicly reusable. This can be a useful way to abstract away boilerplate SQL needed for common routines. Here's an [example](https://github.co…
-
I recently discovered LineageX and I'm thrilled about its potential!
I wanted to know if and how it's possible to set BigQuery as the dialect.
I've seen that sqllineage supports BigQuery as a dialec…
-
### What happened + What you expected to happen
With the current `write_bigquery` implementation the list-typed fields are written as `RECORD` of `REPEATED RECORD` of `NULLABLE` element.
![image](ht…