Skip to content

Use shim for legacy client read_modify_write_row #1166

@daniel-sanche

Description

@daniel-sanche

The legacy client implements read_modify_write_row in a custom AppendRow class. Conditions are built up, and then the request is executed as part of the commit() call

The new data client tried to avoid the complexity of these custom Row types, and its API closely resembles the gapic call. We can likely simple swap out the legacy client's gapic call for the veneer one, and remove the redundant validation

Metadata

Metadata

Assignees

Labels

api: bigtableIssues related to the googleapis/python-bigtable API.priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions