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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asynchronous batching #702

Closed
wants to merge 3 commits into from
Closed

Asynchronous batching #702

wants to merge 3 commits into from

Conversation

Mariatta
Copy link
Contributor

Call the async mutate_rows from grpc aio

Create flush and mutate_coroutines

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 馃

Call the async mutate_rows from grpc aio

Create flush and mutate_coroutines
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigtable Issues related to the googleapis/python-bigtable API. labels Nov 22, 2022
@@ -526,7 +526,7 @@ async def mutate_row(
# Done; return the response.
return response

def mutate_rows(
async def mutate_rows(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This needs to be fixed in gapic generator.
Related PR: googleapis/gapic-generator-python#1502

@Mariatta
Copy link
Contributor Author

Mariatta commented Apr 5, 2023

Closed in favor of #722

@Mariatta Mariatta closed this Apr 5, 2023
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 googleapis/python-bigtable API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant