且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将多个文件(相同架构)加载到 BigQuery 的表中?

更新时间:2023-12-02 20:21:04

如果可以选择使用云存储,您可以将它们全部放在存储桶中的公共前缀中并使用通配符,例如gs://my_bucket/some/path/files* 快速指定具有多个输入的单个加载作业.

If using cloud storage is an option, you can put them all in a common prefix in a bucket and use a wildcard e.g. gs://my_bucket/some/path/files* to specify a single load job with multiple inputs quickly.