【发布时间】:2019-06-03 18:35:33
【问题描述】:
我正在 Pcollection 中读取 bigtable,然后尝试将读取的记录转换为 Avro Generic Records。是否可以直接将读取从大表更改为通用记录而不在 pCollection 中编写任何函数?
例如:我正在尝试做类似下面的事情
pipeline
.apply("Read from Bigtable", read)
.apply("Transform to generic records using Avro.IO", AvroIO.<<>>
(read));
【问题讨论】:
标签: google-cloud-platform google-cloud-dataflow apache-beam google-cloud-bigtable