Commit 5cd2349
chore: add experimental async data client (#920)
* feat: add new v3.0.0 API skeleton (#745)
* feat: improve rows filters (#751)
* feat: read rows query model class (#752)
* feat: implement row and cell model classes (#753)
* feat: add pooled grpc transport (#748)
* feat: implement read_rows (#762)
* feat: implement mutate rows (#769)
* feat: literal value filter (#767)
* feat: row_exists and read_row (#778)
* feat: read_modify_write and check_and_mutate_row (#780)
* feat: sharded read rows (#766)
* feat: ping and warm with metadata (#810)
* feat: mutate rows batching (#770)
* chore: restructure module paths (#816)
* feat: improve timeout structure (#819)
* fix: api errors apply to all bulk mutations
* chore: reduce public api surface (#820)
* feat: improve error group tracebacks on < py11 (#825)
* feat: optimize read_rows (#852)
* chore: add user agent suffix (#842)
* feat: optimize retries (#854)
* feat: add test proxy (#836)
* chore(tests): add conformance tests to CI for v3 (#870)
* chore(tests): turn off fast fail for conformance tets (#882)
* feat: add TABLE_DEFAULTS enum for table method arguments (#880)
* fix: pass None for retry in gapic calls (#881)
* feat: replace internal dictionaries with protos in gapic calls (#875)
* chore: optimize gapic calls (#863)
* feat: expose retryable error codes to users (#879)
* chore: update api_core submodule (#897)
* chore: merge main into experimental_v3 (#900)
* chore: pin conformance tests to v0.0.2 (#903)
* fix: bulk mutation eventual success (#909)
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent 0a7f304 commit 5cd2349
File tree
1,042 files changed
+223206
-277
lines changed- packages/google-cloud-bigtable
- .github
- workflows
- .kokoro
- presubmit
- gapic-generator-fork
- .githooks
- .github
- ISSUE_TEMPLATE
- workflows
- .kokoro
- continuous
- docker/docs
- docs
- presubmit
- release
- docs
- getting-started
- reference
- gapic
- ads-templates
- %namespace/%name
- %version
- %sub
- services
- %service
- transports
- types
- docs
- %name_%version
- _static
- examples
- scripts
- tests
- unit
- gapic
- %name_%version
- %sub
- cli
- configurable_snippetgen
- generator
- samplegen_utils
- samplegen
- schema
- templates
- %namespace
- %name_%version
- %sub
- services
- %service
- transports
- types
- %name
- docs
- %name_%version
- _static
- examples
- scripts
- testing
- tests
- unit
- gapic
- %name_%version/%sub
- utils
- rules_python_gapic
- test
- test_utils
- tests
- cert
- fragments
- google
- api
- cloud
- longrunning
- protobuf
- rpc
- type
- integration
- goldens
- asset
- docs
- asset_v1
- google/cloud
- asset_v1
- services
- asset_service
- transports
- types
- asset
- samples/generated_samples
- scripts
- testing
- tests
- unit
- gapic
- asset_v1
- credentials
- docs
- credentials_v1
- google/iam
- credentials_v1
- services
- iam_credentials
- transports
- types
- credentials
- samples/generated_samples
- scripts
- testing
- tests
- unit
- gapic
- credentials_v1
- eventarc
- docs
- eventarc_v1
- google/cloud
- eventarc_v1
- services
- eventarc
- transports
- types
- eventarc
- samples/generated_samples
- scripts
- testing
- tests
- unit
- gapic
- eventarc_v1
- logging
- docs
- logging_v2
- google/cloud
- logging_v2
- services
- config_service_v2
- transports
- logging_service_v2
- transports
- metrics_service_v2
- transports
- types
- logging
- samples/generated_samples
- scripts
- testing
- tests
- unit
- gapic
- logging_v2
- redis
- docs
- redis_v1
- google/cloud
- redis_v1
- services
- cloud_redis
- transports
- types
- redis
- samples/generated_samples
- scripts
- testing
- tests
- unit
- gapic
- redis_v1
- snippetgen
- goldens
- system
- unit
- configurable_snippetgen
- resources
- speech
- generator
- samplegen
- golden_snippets
- schema
- wrappers
- utils
- google/cloud
- bigtable_v2/services/bigtable
- transports
- bigtable
- data
- _async
- python-api-core
- .github
- ISSUE_TEMPLATE
- workflows
- .kokoro
- continuous
- docker/docs
- docs
- presubmit
- release
- samples
- lint
- python3.10
- python3.11
- python3.12
- python3.7
- python3.8
- python3.9
- docs
- _static
- _templates
- google/api_core
- future
- gapic_v1
- operations_v1
- transports
- retry
- scripts
- readme-gen
- templates
- testing
- tests
- asyncio
- future
- gapic
- operations_v1
- retry
- unit
- future
- gapic
- operations_v1
- retry
- test_proxy
- handlers
- protos
- testing
- tests
- system
- data
- v2_client
- unit
- data
- _async
- v2_client
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,042 files changed
+223206
-277
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
34 | 52 | | |
35 | 53 | | |
36 | 54 | | |
| |||
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments