BigQuery - 数据传输作业
BigQuery - Data Transfer Jobs
我在定义 Data Transfer Job via UI:
时遇到此错误
Error in updating a transfer: Invalid schedule [every 2 hours].
Schedule has to be consistent with CustomScheduleGranularity [daily:
true ]
我怎样才能 运行 一天不止一次地完成一项工作?
根据下面 link 中的文档,您只能使用各个来源的频率时间表:
https://cloud.google.com/bigquery/docs/transfer-service-overview
例如,Google AdWords 将时间表表示为 Daily, at the time the Transfer is first created (default)
,因此您无法加载当天数据。
我在定义 Data Transfer Job via UI:
时遇到此错误Error in updating a transfer: Invalid schedule [every 2 hours]. Schedule has to be consistent with CustomScheduleGranularity [daily: true ]
我怎样才能 运行 一天不止一次地完成一项工作?
根据下面 link 中的文档,您只能使用各个来源的频率时间表:
https://cloud.google.com/bigquery/docs/transfer-service-overview
例如,Google AdWords 将时间表表示为 Daily, at the time the Transfer is first created (default)
,因此您无法加载当天数据。