Skip to content
Advertisement

Tag: apache-beam

Dataflow BigQuery to BigQuery

I am trying to create a dataflow script that goes from BigQuery back to BigQuery. Our main table is massive and breaks the extraction capabilities. I’d like to create a simple table (as a result of a query) containing all the relevant information. The SQL query ‘Select * from table.orders where paid = false limit 10’ is a simple one

Advertisement