【发布时间】:2018-06-08 17:56:01
【问题描述】:
尝试在 BigQuery 上运行大量导入 CSV 作业时出现此错误,该作业使用自定义 Timestamp 列进行日期分区。
您的表超出了对列分区表的分区修改次数的配额
下面的完整错误:
{Location: "partition_modifications_per_column_partitioned_table.long"; Message: "Quota exceeded: Your table exceeded quota for Number of partition modifications to a column partitioned table. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors"; Reason: "quotaExceeded"}
我不清楚:Number of partition modifications 的配额是多少?以及它是如何被超过的?
谢谢!
【问题讨论】:
标签: google-bigquery