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

标签 google-cloud-platform google-bigquery google-play

我想设置每周 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 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.

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

    相关文章:

    sql - BigQuery,连续行之间的差异相关问题

    android - 我的 Google Play 应用程序的 Google Analytics 指标

    去为 gcp compute sdk 创建一个 mock

    google-app-engine - Github 操作 main.yaml 文件在部署期间创建 .env 文件出现问题

    google-cloud-platform - 有没有办法在 GCP 上将 gsutil 作为常规 Linux cronjob 运行?

    python - 无法通过 Google App Engine 上的套接字 '/var/run/mysqld/mysqld.sock' 连接到本地 MySQL 服务器

    google-bigquery - LIMIT 语句对于降低 BigQuery 中的查询成本有用吗?

    python - BigQuery load_table_from_storage 无法识别 uri

    android - 如何重定向到商店中使用旧名称的应用程序?

    android - 获取应用程序崩溃和 ANR 的日志?