Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BigQuery 是否具有从 s3 导入数据的功能?如果不是,那么您可以建议的最佳替代路径是什么?
BigQuery 不支持直接从 S3 存储桶提取数据。但是,使用 gsutil 命令行工具可以轻松地将数据从 S3 存储桶移动到 Google Cloud Storage。我建议将数据移动到 Cloud Storage,然后从那里提取到 BigQuery。
https://developers.google.com/storage/docs/gsutil