Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

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.

@plamut plamut requested review from shollyman and tswast September 14, 2020 12:53
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

2 participants