Hi,
I am developing a Pipeline thats reads from and writes to BigQuery. At a certain point, I have two or more PCollections of dicts, each having different key values. How can I create a single PCollection from those, that can be written to a BigQuery table? The Flatten transform doesn't work because each element of the PCol ends up having different keys. Thanks!
