Google 播放传输频率错误 - Google BigQuery

Error in Google Play transfer frequency - Google BigQuery

我想设置每周Google播放传输,但是无法保存。 起初,我设置了daily一个播放传输作业。有效。我尝试将传输频率更改为每周 - 每个星期一 7:30 - 出现错误:

"This transfer config could not be saved. Please try again. Invalid schedule [every mon 7:30]. Schedule has to be consistent with CustomScheduleGranularity [daily: true ].

我认为该文档显示它可以更改传输频率: https://cloud.google.com/bigquery-transfer/docs/play-transfer

Google播放传输可以设置为每周吗?

默认情况下,传输创建为每日。来自同一个 docs:

Daily, at the time the transfer is first created (default)

尝试创造全新的周转。如果有效,我会认为这是一个网络 UI 错误。以下是更改现有转帐的另外两个选项:

  1. BigQuery command-line tool: bq update --transfer_config 可用的选项数量非常有限,并且无法更新时间表。
  2. BigQuery Data Transfer API: transferConfigs.patch Most transfer options are updatable. Easy way to try it is with API Explorer. Detailstransferconfig 对象上。 schedule 需要定义的字段:

Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: 1st,3rd monday of month 15:30, every wed,fri of jan,jun 13:15, and first sunday of quarter 00:00. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: the granularity should be at least 8 hours, or less frequent.