public class CreateTableAndLoadData
extends Object
A snippet for Google Cloud BigQuery showing how to get a BigQuery table or create it if it does
not exist. The snippet also starts a BigQuery job to load data into the table from a Cloud
Storage blob and wait until the job completes.