Is it possible to flatten the nested pubsub payload and insert to
bigquery?Eg payload : {"data": [ { "field1": "some_value1", "field2":
"some_value2", "details": { "field3": "some_value3", "field4":
"some_value4" } } ] } I want the Bigquery columns t...