google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Google Cloud Client Library for Python

Results 250 google-cloud-python issues
Sort by recently updated
recently updated
newest added

### 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...

type: bug
triage me

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...

type: bug
status: blocked
priority: p2
external

### 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...

type: feature request
triage me

### 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...

type: bug
triage me

Right now, python client lib doesn't support multiplexing so user cannot use one connection to write to different destination tables.

api: bigquerystorage

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...

type: feature request
priority: p2
api: bigquerystorage

* 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...

priority: p2
status: investigating
api: bigquerystorage

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,...

api: bigquerystorage

#### 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...

api: bigquerystorage