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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to cancel Cloud Bigtable reads #7760

Closed
sduskis opened this issue Apr 19, 2019 · 0 comments · Fixed by #8176
Closed

Ability to cancel Cloud Bigtable reads #7760

sduskis opened this issue Apr 19, 2019 · 0 comments · Fixed by #8176
Assignees
Labels
api: bigtable Issues related to the Bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@sduskis
Copy link
Contributor

sduskis commented Apr 19, 2019

Cloud Bigtable scanning reads can be long. In many cases, users want to cancel the request before the read stream is complete. read_rows should return a cancelable generator.

This is an important feature for a Cloud Bigtable Apache Beam connector.

@sduskis sduskis added api: bigtable Issues related to the Bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Apr 19, 2019
tseaver pushed a commit that referenced this issue Jun 20, 2019
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. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants