Is it possible to use Dataflow for streaming row edits into BigQuery?
I have an ETL flow where I need to combine two Pub/Sub messages on a key and write these into BigQuery. One of the message types is the parent; I am working on payment processing, and this is an order or a payment, for example. The other is the child; this is an update to the payment (“Authorized”, “Paid”, etc).