-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
BigTable: Add data app profile id #5275
Closed
aneepct
wants to merge
90
commits into
googleapis:master
from
zakons:feature/add_app_profile_id_on_gapic
Closed
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
3edca4c
Provide new auto-generated layer for Bigtable.
a677959
Merge branch 'master' into bigtable-regen
d540349
Add retry for read rows
4aa5702
Fix line lengths
f7d4c69
Add parameter start_inclusive to _create_row_request
28892ce
Update unit test case for yield rows retry
8d141f0
Fix line lengths
902f11b
Edit table.py as requested changes
4afabb1
Added code review changes from @jonparrott.
79698b1
Fix parameter name on _RetryableReadRows class
9b778be
Add retry for Deadline Exceeded on read rows
cafc5ad
Fix line over-indented
f974752
Fix line over-indented
f7242f4
Merge commit '3edca4c3299e85d4346dae49232d540a2d34002c' of https://gi…
180d1d5
Merge commit 'a67795951bc9f490265eda7cf511e17d2cc70921' of https://gi…
f2e39e0
Working on gapic integration
13adfd6
Refactore yield_rows retry
ca69a2f
1. Moved last_scanned_row_key into YieldRowsData.
02c154e
Fix line over-indented
b6da7fa
Fix row_data.py
f1a2d92
Change row.py as requested
65c1c4b
Create new test case for yield_rows iterator failure
170a173
Fix for start_inclusive on retry read rows.
5da3fd3
Merge branch 'master' of https://github.com/zakons/google-cloud-pytho…
f7a58b5
Change bigtable_pb2 imports to use from gapic library.
c8f664b
Merge branch 'feature/read_rows_retry' of https://github.com/zakons/g…
d5f0d98
Working on gapic
32df7bd
Integrate bigtable GAPIC client
77ec950
Refactoring unit tests
efbf2f5
Refactor to use GAPIC client
4702e3c
Put back _generated files
cf3fb72
Fix _generated files
1ffda67
Fix line too long and remove unused variables
124de59
Fix instance.py and its unittest cases
0f69800
Add admin client.
022bd3f
Fix the gRPC stub paths.
5378926
Merge commit '022bd3f21fa98ea08b6f1af71a9afec71c524805' of https://gi…
5575990
Update bigtable admin client pb files and imports
ee98e67
Remove old client and related modules
37235c7
Remove _generated
fdc6db0
Fix test cases and update table.py
feb7d44
Remove unused code from test_table.py
aaa050e
Add grpc google iam v1 on setup.py on bigtable
2887c50
Update doc strings
eb69eff
Update docstrings
32a16c4
Change on routing_header to use to_grpc_metadata
078ca2b
Fix test cases on test_bigtable_instance_admin_client_pb2.py
c4a4482
Fix test cases on test_bigtable_instance_admin_client_pb2.py
07c4073
Fix test cases on test_bigtable_instance_admin_client_pb2.py
ee095bc
Fix line indention and remove unused variables
35b63d8
Fix missing whitespace after
70935f3
Merge branch 'master' of https://github.com/zakons/google-cloud-pytho…
f715b80
Update docs for bigtable changes
28426ad
Fix Unexpected indentation on table.py
e04b6b9
Add license header
16650cb
Merge branch 'master' of https://github.com/zakons/google-cloud-pytho…
2ae35af
Refactore GAPIC to use like old client
87dbe14
Fix unit test cases and refactor code for GAPIC client
3b69b0b
Fix credential issue with test cases
cc7413f
Remove _data_stub from Client
3a462d3
Fix coverage issues
0c8238c
Fix bigtable docs
ef47441
Merge branch 'master' of https://github.com/zakons/google-cloud-pytho…
b9a7d8d
Fix Definition list ends without a blank line
ff3316a
Fix docstring on list_instances
a74ff23
Fix the doc string on list_instances
e7c64ae
Fix Definition list ends without a blank line
a8d6f83
Remove custer doc from docs
b67ab6a
Added cluster
634f3b4
Add cluster.rst bigtable docs
480f26b
Merge branch 'master' of https://github.com/zakons/google-cloud-pytho…
a9b6d90
Add cluster in toctree
ab91e64
Fix required changes on doc strings
aneepct 8bb0816
Fix required changes on doc strings
aneepct 3702901
Merge branch 'master' of https://github.com/zakons/google-cloud-pytho…
aneepct 5458f8e
Add app profile methods on instance.py
aneepct aad86b2
Add app_profile_id on table.py and refactore on instance.py
aneepct 967ced9
Create test cases for app_profile
aneepct 248593b
Fix multiple spaces after operator
aneepct eab58c2
Fix inline comment
aneepct c9ca959
Fix docstrings
aneepct bf0176a
add drop_key_range
aneepct 284d723
Add timeout on truncate and drop_by_prefix
aneepct 015ce18
Fix too many blank lines
aneepct db9405e
Rebase with master
aneepct 7522bbd
Add app_profile create and update parameter
aneepct 9cdf4ad
Fix branch coverage for update app profile
aneepct 0abc775
Remove admin app profile methods
aneepct 6808aea
Remove unused imports
aneepct ef64863
Rebase with master and remove truncate and drop_by_prefix from this PR
aneepct File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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 comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
Sorry, something went wrong.