From Google Cloud Storage to BigQuery transfers documentation which I have been reading, I can see how I can load data files one-by-one.
Is there a way to add an entire bucket into BigQuery?
The folders and files are logs for an organization. We're looking to create visualizations based off those using them. But first we need to get the bucket data into BigQuery...
Bucket Structure is as follows:
BucketName -> LogDate (ex. 20180623) -> all individual logs
Any ideas on how I can do this?