googleapis / googleapis/google-cloud-go
bigquery/v2: query client
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 1.6k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 109
Description
Tracking issue for work on the new query client for BigQuery using the new v2 package.
- [x] QueryClient
- [x] Query Handler and execution flow
- [ ] Client Options for Location and JobCreation
- [x] Query Request helpers
- [ ] Query Parameter helpers
- [ ] Row and Value parsing for BigQuery/v2 source
- [ ] Row Iterator and page token option
- [ ] `adapt` package and row decoding into user defined struct
- [ ] Job retry based on error reason codes
- [ ] Storage Read API acceleration and related Client Options
- [ ] `database/sql` experimental driver
Draft implementation of query client: https://github.com/googleapis/google-cloud-go/pull/12512
Towards internal b/443991686
Contributor guide
Assessment
This issue has not been assessed yet.