We need to generate a CSV file from data which resides in multiple tables in BigQuery.
Currently we are trying to build a java service which will fetch data in TableResult with help of google-cloud-bigquery package and collecting data in TableResult object and looping through it to create a CSV. How fast and scalable this method is.
Or do we have any other option provided by GCP to accomplish this task. Please suggest.