gpt4 book ai didi

google-cloud-platform - Google Play转移频率错误-Google BigQuery

转载 作者:行者123 更新时间:2023-12-02 09:41:49 24 4
gpt4 key购买 nike

我想设置每周 Google Play传输,但无法保存。
首先,我将每日设置为播放转移工作。有效。我尝试将传输频率更改为每周-每周一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 Play转移设置为 每周

最佳答案

默认情况下,每天创建一次传输。来自同一docs:

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


尝试创建全新的每周转移。如果可行,我认为这是一个Web UI错误。这是另外两个更改现有转帐的选项:
  • BigQuery command-line tool:bq update --transfer_config可用的选项数量非常有限,并且时间表无法更新。
  • BigQuery Data Transfer API:transferConfigs.patch大多数传输选项都是可更新的。尝试简单的方法是使用API Explorertransferconfig对象上的Detailsschedule字段需要定义:

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

    关于google-cloud-platform - Google Play转移频率错误-Google BigQuery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63545361/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com