table.setTableId(kind + datatableSuffix);
loadConfig.setDestinationTable(table);
config.setLoad(loadConfig);
job.setConfiguration(config);
Insert insert = bigquery.jobs().insert(exporterConfig.getBigqueryProjectId(), job);
JobReference jr = insert.execute().getJobReference();
log.warning("Uri: " + gsUrl + ", JobId: " + jr.getJobId());
}
}