Currently, we have lots of requests in scheduling a BigQuery data transfer for DoubleClick Campaign Manager. So we follow the instruction here to use Data Transfer V2.0. It requires manual set up and permission with user account.
However, I notice that Data Transfer Service support REST-API
But it looks like the REST-API only supports version=v1. My questions:
- What are the differences between REST-API v1.0 and Data Transfer V2.0?
- Can I use the REST-API with Data Transfer V2.0?
I am looking for a python client library of "bigquery data transfer services", specially for how to launch the bigquery job to run or schedule a backfill to load DCM data to BigQuery.
How could I do the above works to set up "bigquery data transfer" automatically with service account instead of manual set up with user account?
Thanks!
https://storagetransfer.googleapis.com/v1/transferJobsfor setting and scheduling transfer from S3 to GCS. so it should be similar (at least conceptually) - Mikhail Berlyant