Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top