googleapis / googleapis/java-bigtable-hbase
CheckAndMutate when using CloudBigtableIO in Apache Beam pipeline
Open
api: bigtable
type: question
- Dominant language
- Java
- Stars
- 184
- Forks
- 184
- Avg merge
- 10h
- Merged PRs (30d)
- 6
Description
The example provided in [Dataflow Connector for Bigtable](https://cloud.google.com/bigtable/docs/hbase-dataflow-java) only show how to write `Put` object to Bigtable. Now I need to send a conditional write request, which checks a row for a condition and then, depending on the result, writes data to that row - smt like [this](https://cloud.google.com/bigtable/docs/writing-data#conditional) but in the context of Dataflow connector. I checked the HBase client library but there is no obvious way to achieve the same thing. Any suggestion?
Contributor guide
Assessment
This issue has not been assessed yet.