FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update bigtable to use operation.future by theacodes · Pull Request #3623 · googleapis/google-cloud-python · GitHub

Update bigtable to use operation.future - #3623

Merged
theacodes merged 1 commit into
masterfrom
bigtable-future
Jul 20, 2017
Merged

Update bigtable to use operation.future#3623
theacodes merged 1 commit into
masterfrom
bigtable-future

Conversation

theacodes commented Jul 18, 2017
edited by dhermes
Loading

Copy link
Copy Markdown
Contributor

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.

theacodes added api: bigtable Issues related to the Bigtable API. DevEx labels Jul 18, 2017
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 18, 2017

Copy link
Copy Markdown
Contributor Author

@dhermes @lukesneeringer this is ready for review.

dhermes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM though I have two concerns:

  • I wish you'd separate the bugfix in _prepare_create_request (where you add location to the request payload) into a new PR
  • It'd be nice to get CircleCI green, especially for these system tests with the changes (have you run them?)

cluster=data_v2_pb2.Cluster(
serve_nodes=cluster.serve_nodes,
location=cluster.location,
serve_nodes=cluster.serve_nodes

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Comment thread bigtable/tests/system.py
IN_EMULATOR = False


def _wait_until_complete(operation, max_attempts=5):

This comment was marked as spam.

Copy link
Copy Markdown
Contributor Author

Rebased, will merge when CI is green.

dhermes commented Jul 20, 2017

Copy link
Copy Markdown
Contributor

😀 Yay!

theacodes merged commit 1ed681b into master Jul 20, 2017
theacodes deleted the bigtable-future branch July 20, 2017 18:00
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 21, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
parthea pushed a commit that referenced this pull request Nov 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL