Bigquery s3 integration

2019-06-25 08:24发布

问题:

Does BigQuery have a feature to import data from s3? If not then whats the best alternative path which you can suggest?

回答1:

BigQuery doesn't support direct ingestion of data from S3 buckets. However, it is easy to move data from S3 buckets to Google Cloud Storage using the gsutil command line tool. I would suggest moving the data to Cloud Storage, then ingesting into BigQuery from there.

https://developers.google.com/storage/docs/gsutil