-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding system tests for HappyBase Table.put() and delete(). #1608
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
Merged
dhermes
merged 1 commit into
googleapis:master
from
dhermes:sys-test-happybase-put-delete
Mar 16, 2016
Merged
Adding system tests for HappyBase Table.put() and delete(). #1608
dhermes
merged 1 commit into
googleapis:master
from
dhermes:sys-test-happybase-put-delete
Mar 16, 2016
+191
−0
Conversation
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
| row1_data = {COL1: value1, COL2: value2} | ||
|
|
||
| # Need to clean-up row1 after. | ||
| self.rows_to_delete.append(ROW_KEY1) |
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Contributor
|
LGTM |
dhermes
added a commit
that referenced
this pull request
Mar 16, 2016
Adding system tests for HappyBase Table.put() and delete().
parthea
pushed a commit
that referenced
this pull request
Jul 6, 2023
…thon-docs-samples#1608) * skip model create/delete test * add skip reason
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
…thon-docs-samples#1608) * skip model create/delete test * add skip reason
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
…thon-docs-samples#1608) * skip model create/delete test * add skip reason
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
…1608) The key was `from __future__ import annotations`, implementing PEP 563 (https://www.python.org/dev/peps/pep-0563/), which, though approved in 2017, is now planned for inclusion in Python 3.11 (see this Python.org announcement: https://mail.python.org/archives/list/[email protected]/thread/CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/)/ This fixes googleapis/gapic-generator-python#1607.
parthea
pushed a commit
that referenced
this pull request
Nov 26, 2025
… for impersonated credentials in ADC (#1608) * feat: Support External Account Authorized User as a Source Credential for impersonated credentials in ADC * formatting
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the last PR to consider Bigtable ready to go. (There are a few more changes coming, but they aren't release-blocking.)