google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
### Determine this is the right repository - [x] I determined this is the correct repository in which to report this bug. ### Summary of the issue As part of...
I apologise in advance if this isn't the right repo to post this. I'm using `google-cloud-*` python libraries with python 3.12 and the UV package manager. When loading a module...
### Determine this is the right repository - [x] I determined this is the correct repository in which to report this feature request. ### Summary of the feature request In...
### Determine this is the right repository - [x] I determined this is the correct repository in which to report this bug. ### Summary of the issue **Context** I wanna...
Right now, python client lib doesn't support multiplexing so user cannot use one connection to write to different destination tables.
Pretty much all customers will have to deal with connection level retry when using bi-di streaming API. For customers who is not aware of this, they went into issues and...
* When an exception occurs opening a AppendRowsStream (for example when there is a protobuf-bq schema mismatch), a generic ` "There was a problem opening the stream. Try turning on...
append_rows call is slow it take between 1-2 secs avg time . sample code i'm using ``` for row in [data]: # print(row,type(row)) message = self._get_proto_message(table_id) # unknown_fields = ParseDict(row,...
#### Environment details - OS type and version: macOS Ventura 13.0 - Python version: 3.11.2 - pip version: pip 22.3.1 - `google-cloud-bigquery-storage` version: 2.23.0 #### Steps to reproduce 1. Create...