-
- It seems that the time it takes to lint a file increases exponentially with the size the file.
- It seems that performance when using bigquery is worse than other SQL flavors (e.g. ANSI). E.g. for…
-
- Experiment adding upsert on bigquery
- - Using 1: merge idea. This would require writing the whole data to a temp table (need to create the correct schemas), then merging onto the target table that…
-
Hi team,
Using google-cloud-bigquery==3.24.0
on python 3.11 cloud function runtime
```
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/google/cloud/bigquery/client.py", line 4…
-
Bumping from `0.129.0` to `0.133.0` causes the following diffs in our models:
```sql
SELECT
foo::STRING,
JSON_VALUE(j, '$.bar')::NUIMERIC AS bar
FROM ...
```
rewritten to:
```sql
SE…
-
We've encountered a valid scenario with one of our customers that the RI009 query doesn't currently cover. Could you please work on this to ensure it's properly handled?
Scenario : party_join_date
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs for a **specific extension in this repository**.
If you have a general question, need help debugging, or f…
-
### Checklist
- [X] I did not find a related open enhancement request.
- [X] I understand that enhancement requests filed in the GitHub repository are by default low priority.
- [X] If this reque…
-
### Connector Name
source-google-ads
### Connector Version
3.7.7
### What step the error happened?
During the sync
### Relevant information
I'm using the Google Ads connector to send campaign d…
-
xxhZs updated
1 month ago
-
feature request for the adapt package of managedwriter.
General theme: make it easier to amend schema/descriptors to include the metadata fields for communicating CDC updates, like change type and …