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