Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change default retry policies timeouts (via synth) #53

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Sep 14, 2020

This PR regenerates the code with latest changes, as several existing PRs (#52, #48, and #43) seem quite dated now.

The aim is to clean up the currently open PRs, make one last Python 2 compatible release, and then proceed with the migration to microgenerator.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 14, 2020
@plamut plamut added type: process A process-related concern. May include testing, release, or the like. api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. labels Sep 14, 2020


# This class is part of an EXPERIMENTAL API.
class BigQueryRead(object):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know what these new objects are about? Seems like a grpc stub. Does it affect the client objects?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't, as I'm not really that familiar with BQ storage. It's the same thing that can be seen in other autogen PRs, though, and at least one of them has been approved back then, thus I assume it's fine.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok 👍

Since the tests are passing, I assume we're good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. cla: yes This human has signed the Contributor License Agreement. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants