当我使用下面的表达式创建数据集时,它提交但没有设置任何位置,当我尝试从其他数据集复制数据时,我有一个错误,因为它们位于不同的位置:source:EU,destination: US
bigquery.createDataset('my-dataset', function(err, dataset, apiResponse) {});
我在文档https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.24.1/bigquery?method=createDataset
中找不到任何内容有可能吗?
答案 0 :(得分:0)
在编写createDataset
代码时,这是我们的哎呀。对于那个很抱歉;我试着在下一个版本中解决它。
(问题在https://github.com/GoogleCloudPlatform/gcloud-node/issues/941开启)