【发布时间】:2016-06-25 19:52:18
【问题描述】:
我正在尝试在 BigQuery 中创建 date-partitioned + template 表:
- 使用
bq mk --time_partitioning_type=DAY myapp.customer创建基表 - 用
"tableId": "customer", "templateSuffix": "_activated"调用APIinsertAll
生成的customer_activated 表继承customer 表的架构,但没有timePartitioning。
如何确保模板表继承基表的时间分区?
【问题讨论】:
标签: google-bigquery