ohmayr

Results 79 issues of ohmayr

This build failed https://github.com/googleapis/google-cloud-python/actions/runs/5861865136/job/15892707851. This requires manual changes to docs/index.rst https://github.com/googleapis/google-cloud-python/pull/11574/commits/a264d86ad5bc688837511227192c25c3aa90b0c8 . Presubmits fail with the standard docs/index.rst file. The package google-cloud-workflows contains code for 2 APIs google/cloud/workflows and google/cloud/workflows/executions...

type: cleanup
priority: p2

The generated sample code for async clients is missing `asyncio.run` which results in the sample code to not work as expected. As an example, working sample code for `accessapproval_v1_generated_access_approval_list_approval_requests_async.py` should...

type: bug
priority: p2
samples

See https://github.com/googleapis/google-cloud-python/actions/runs/9390578475/job/25860763929?pr=12769#step:5:863 The docs build failed because of the following reasons: - asterisk characters were not surrounded by backticks or escaped. - unexpected section title - unexpected indent See the...

type: process
priority: p2

The generated sample for `datastream_v1` does not specify `name` as a required field which is needed to specify the project name. See the documentation: https://cloud.google.com/python/docs/reference/datastream/latest/google.cloud.datastream_v1.services.datastream.DatastreamClient#google_cloud_datastream_v1_services_datastream_DatastreamClient_update_stream. The proto file also mentions...

type: bug
priority: p2
samples

For projects where we are creating issues directly in google-cloud-python we could update this link to point to template for filing an issue: For example, https://github.com/googleapis/google-cloud-python/issues/new?assignees=&labels=&projects=&template=bug_report.md One benefit of this...

priority: p2
type: process

instead of making API calls to fetch the list of split repos and the packages in the mono repo, we can: 1. Hardcode the list of split repos within the...

type: process

The Asynchronous Authorized Session API needs to support [max_allowed_time](https://github.com/googleapis/google-auth-library-python/blob/40b9ed91a6b01948561cfc71edaaabdd7f362f17/google/auth/transport/requests.py#L497) as a parameter to the `request` method, to allow users to configure the total method execution time i.e. if the method...

We have a customer who raised the following issue: https://github.com/googleapis/google-cloud-python/issues/13119. They're using an asynchronous call over the gRPC transport and are getting the follow error: ``` google.api_core.exceptions.ResourceExhausted: 429 received metadata...

kind/bug
lang/Python
priority/P2