googleapis / googleapis/google-cloud-rust
Implement schema autodetection for `JsonStreamWriter`
Open
api: bigquery
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
Extend the initialization logic of `JsonStreamWriter`. Automatically execute a `GetWriteStream` gRPC call to the target table, parse the returned metadata, and build the internal `DescriptorPool` automatically before starting the stream.
Users shouldn't have to manually fetch and provide the BigQuery `TableSchema` themselves. The writer should auto-detect the layout.
Contributor guide
Assessment
This issue has not been assessed yet.