Anthonios Partheniou

Results 207 issues of Anthonios Partheniou

The error `Error in fail: Unknown Python version '3.13', available values are: 3.8,3.9,3.10,3.11,3.12` appears when running `gbazelisk run //tests/integration:asset_update` in a Python 3.13 environment. `rules_python` appears in the stack trace....

type: bug
priority: p2

Capturing discussion from https://github.com/googleapis/gapic-generator-python/pull/2340. Streaming responses are logged in `google-api-core` as of https://github.com/googleapis/python-api-core/pull/794. We should determine if we want to move the streaming iterator to `gapic-generator-python` so we can inspect...

type: bug
priority: p2

There are several failures when running flake8. This tracking bug was created as a follow up to ensure that all lint issues are addressed. https://github.com/googleapis/gapic-generator-python/blob/a165ff3219d7947b2cb45aef21f2eab68c700cf5/.flake8#L3-L39

type: cleanup

See code snippet below which shows that client side streaming is not yet supported in REST transport https://github.com/googleapis/gapic-generator-python/blob/629cf19430d376273e9761eba40870ddeedcd549/gapic/templates/%25namespace/%25name_%25version/%25sub/services/%25service/transports/rest.py.j2#L289-L293

type: feature request

A file `logging.py` exists in the generated client for `google-cloud-logging` in the directory `google/cloud/logging_v2/types` [here](https://github.com/googleapis/gapic-generator-python/blob/main/tests/integration/goldens/logging/google/cloud/logging_v2/types/logging.py). It's not ideal to import the client using the statement `from google.cloud.logging_v2.types import logging` like...

type: bug
priority: p2
next major: breaking change

Python 3.7 and 3.8 are marked as 'end of life' in https://devguide.python.org/versions/#python-release-cycle. They should be removed from the default branch once https://github.com/googleapis/google-cloud-python/issues/11437 is fixed. Googlers see internal issue b/340584761

type: cleanup
priority: p2

In https://github.com/googleapis/googleapis/commit/b7003aa7b696e5b3dac14326bb05d088640e0cdb, the deprecated [option](https://developers.google.com/protocol-buffers/docs/proto#options) was added to the `DB_CLOUD_SQL_POSTGRES` field of `DatabaseType` in google/cloud/contentwarehouse/v1/common.proto, however the generated client in https://github.com/googleapis/google-cloud-python/pull/11565/files did not contain the deprecation message. We should add...

type: bug
priority: p2

See request in https://github.com/googleapis/python-memcache/issues/234 to add an index file in the directory where we have autogenerated samples. It's very difficult to find specific samples due to the long files names.

type: cleanup
priority: p2
samples

See example of failure here: https://github.com/googleapis/gapic-generator-python/actions/runs/4103356306/jobs/7077442094 The command which is failing is `sudo apt-get update` here https://github.com/googleapis/gapic-generator-python/blob/b4d1c4b2a26bc27ce5c1f7316c52636871d48418/.github/workflows/tests.yaml#L60-L62

type: process
priority: p2

Similar to https://github.com/googleapis/gapic-generator-python/issues/2357, we should add a presubmit to test `grpcio` and `grpcio-status` at HEAD (from source) to get early feedback

type: process
priority: p2