Is there a way through the BigQuery Java library to load a table from a local CSV file? When I tried to pass in a local file URI to JobConfigurationLoad.setSourceUris() I received the error "Source URI must be a Google-Storage location".
Related, if I need to upload the files to Google Cloud Storage first, what do I get billed for if I delete the file from cloud storage right after I load it into BigQuery?