【发布时间】:2016-11-29 10:40:30
【问题描述】:
如何使用 Apache Beam Python SDK 读取嵌套结构?
lines = p | io.Read(io.BigQuerySource('project:test.beam_in'))
结果
"reason": "invalidQuery",
"message": "Cannot output multiple independently repeated fields at the same time. Found classification_item_distribution and category_cat_name"
是否可以读取嵌套结构?
【问题讨论】:
标签: google-cloud-dataflow apache-beam