Integrating Zuora with GCP Bigquery

22 views Asked by At

I want to setup a Dataflow pipeline to migrate data from Zuora to BigQuery. what steps should be followed to do so? I am very new to Zuora.

1

There are 1 answers

0
Steeve On

I noticed that Zuora has an API , you can easily implement something that will read data from the API, do any kind of transform, and write to a BigQuery table using the BigQueryIO connector