-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Implementing Bigtable Cluster.update(). #1270
Conversation
65bd285
to
a2efbed
Compare
|
||
self._operation_type = 'update' | ||
self._operation_id, self._operation_begin = _process_operation( | ||
cluster_pb.current_operation) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Will totally need to occur. Am teaching Python course all day, will try to get to it tonight. |
@tseaver Will send an In the process of running final tests on the |
Ping me after merging #1273 and updating. |
Also adding utility for processing UpdateClusterMetadata.
a2efbed
to
f6248a4
Compare
@tseaver PTAL |
LGTM |
Implementing Bigtable Cluster.update().
Also adding utility for processing
UpdateClusterMetadata
.