gpt4 book ai didi

google-bigquery - 使用 BigQuery Jobs API 复制多个 BigQuery 表

转载 作者:行者123 更新时间:2023-12-04 06:05:53 28 4
gpt4 key购买 nike

我在 BigQuery Jobs API 中注意到复制任务:

https://developers.google.com/bigquery/docs/reference/v2/jobs#resource

存在“sourceTables”的输入:

"copy": {
"sourceTables": [
{
"projectId": string,
"datasetId": string,
"tableId": string
}
],

但是我们只能定义一个单一的“destinationTable”而不是“destinationTables”:

  "destinationTable": {
"projectId": string,
"datasetId": string,
"tableId": string
},

有没有一种方法可以使用上述 API 将多个源表从一个数据集中复制到另一个数据集中?

最佳答案

要创建多个目标表,您需要运行多个作业。如果你想一次完成所有这些,你可以使用批处理请求(HTTP API 的文档 here 。Python 文档是 here 和 Java here

关于google-bigquery - 使用 BigQuery Jobs API 复制多个 BigQuery 表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25139022/

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