Ilja
Ilja

Reputation: 1053

BigQuery - Data Transfer Jobs

I'm getting this error while defining a Data Transfer Job via UI:

Error in updating a transfer: Invalid schedule [every 2 hours]. Schedule has to be consistent with CustomScheduleGranularity [daily: true ]

How can I run a job more than once a day?

Upvotes: 1

Views: 353

Answers (1)

Ben P
Ben P

Reputation: 3369

As per the docs at the link below, you are limited to the frequency schedules of the individual sources:

https://cloud.google.com/bigquery/docs/transfer-service-overview

For example, Google AdWords states the schedule as Daily, at the time the Transfer is first created (default), so you cannot load intra day data.

Upvotes: 4

Related Questions