BigQuery Transfer vs BigQuery load

Viewed 175

I want to schedule loading data to BigQuery tables from GCS-buckets to BigQuery. What's the core difference if I use bigquery-transfer vs scheduling timely bigquery-loads ?

1 Answers

They are the same. BQ Transfer still creates a BQ load job for you.

Related