How to transfer BigQuery table to Cloud SQL using Cloud Dataflow

Jose Miguel Arrieta
Data Science
Published in
4 min readJan 7, 2019

--

Cloud Dataflow is an excellent solution to move data around, and several articles have being dedicated to use Dataflow to ELT data into BigQuery. This post is dedicated in the opposite direction. I have some table a need in BigQuery and want to move it to MySql.

This post will be build on top on the previous Dataflow post How to Create A Cloud Dataflow

--

--