ahmedabu98 commented on code in PR #27146:
URL: https://github.com/apache/beam/pull/27146#discussion_r1240940578
##########
sdks/python/apache_beam/io/gcp/bigtableio.py:
##########
@@ -268,3 +272,95 @@ def process(self, row):
partial_row.cells[fam_name][col_qualifier_bytes].append(
Cell(value, timestamp_micros))
yield partial_row
+
+
+class WriteToBigtableXlang(beam.PTransform):
Review Comment:
There's an existing native `WriteToBigTable` transform:
https://github.com/apache/beam/blob/e07c461cd45e3942fa48ab4499ec4ee3317dbcff/sdks/python/apache_beam/io/gcp/bigtableio.py#L170-L177
Figured I should make a distinction between the two, but maybe there's a
better way than adding Xlang to the end?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]