How can I read nested structures using Apache Beam Python SDK?
lines = p | io.Read(io.BigQuerySource('project:test.beam_in'))
result in
"reason": "invalidQuery",
"message": "Cannot output multiple independently repeated fields at the same time. Found classification_item_distribution and category_cat_name"
Is it possible to read nested structures?