gax-python
gax-python copied to clipboard
Google API Extensions for Python
@jonparrott Since we have done a release-the-world, I _think_ no current versions should depend on gax anymore. GitHub now has an "archive" feature that will mark this repo read-only. Should...
I'm using Python to make a query to Google's Vision API to obtain labels from an image, but I'm not able to set a timeout in case I don't receive...
I use google-cloud-pubsub and the requirement for grpc < 1.6dev is starting to cause issues. Can these please get updated (I wanted to test google-cloud-pubsub 0.28.3) ``` DEPENDENCIES = [...
PyPi link goes to a GitHub 404 page, but @googleapi is an entity - that's certainly not what's intended.
Just tried to install google-gax via python3.6 pip and it failed as follows. Googling turned this up: https://github.com/pypa/pip/issues/4216. I ran `pip3.6 install --upgrade setuptools` and it fixed the problem. I...
This was replaced by google.cloud.future.operation in https://github.com/GoogleCloudPlatform/google-cloud-python/pull/3618. Blocked by https://github.com/googleapis/toolkit/issues/1426
### What Confirm that ``` my_api_client.idempotent_retrying_call(options=gax.CallOptions(timeout=123)) ``` in fact uses 123s as its initial timeout. If so, please close this bug. ### Why This ticket is just to confirm that...
Right now, if our retry logic encounters an exception it does not recognize, it raises `RetryError` which wraps the original exception. This probably is not what we want. The end...
Currently, there is a bug in GAX/GAPICs that makes it impossible to specify rpc timeout configuration for OperationsClient. Essentially, any user overrides are passed to the operations client, but the...
Hi! Apologies for using a GH issue to request a new release - but I notice that the dependency on `oauth2client` has been dropped on current master. This would be...