| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@dhermes @lukesneeringer this is ready for review. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM though I have two concerns:
Sorry, something went wrong.
| cluster=data_v2_pb2.Cluster( | ||
| serve_nodes=cluster.serve_nodes, | ||
| location=cluster.location, | ||
| serve_nodes=cluster.serve_nodes |
| IN_EMULATOR = False | ||
|
|
||
|
|
||
| def _wait_until_complete(operation, max_attempts=5): |
|
Rebased, will merge when CI is green. |
Sorry, something went wrong.
|
😀 Yay! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Towards #3617
NOTE: This is a breaking change. Bigtable previously returned google.cloud.operation instances from long-running operations, it now returns google.cloud.future.operation instances.