I have a database in cloud SQL Server. I need to move the database to BigQuery. Currently I'm using airflow to move one table at a time (downloading as .csv
to gcs storage and then moving it to BQ).
Is there any other way to move all the tables in one go?