Provided functionality and support for BigQuery Storage Write API #2052
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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 BigQuery Storage Write API, especially in regards to streaming writes. The only streaming write function I see is "client.insert_rows_json()" which uses the legacy streaming API. It would be nice to have a similarly easy to use 1-line function call to use the new BigQuery Storage Write API.
This documentation only shows examples for java and nodejs: https://cloud.google.com/bigquery/docs/write-api-streaming
Describe alternatives you've considered
Just using legacy streaming API.
The text was updated successfully, but these errors were encountered: