Skip to content

Conversation

@pongad
Copy link
Contributor

@pongad pongad commented Apr 5, 2018

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 5, 2018
import com.google.cloud.bigquery.BigQueryException;
import java.util.Map;

@InternalExtensionOnly

This comment was marked as spam.

This comment was marked as spam.

import com.google.cloud.bigquery.BigQueryException;
import java.util.Map;

@InternalExtensionOnly

This comment was marked as spam.

assertThat(bigquery.getJob(job.getJobId())).isNotNull();

// Wrong location shouldn't work.
assertThat(bigquery.getJob(job.getJobId().toBuilder().setLocation(wrongLocation).build()))

This comment was marked as spam.

table.getTableId().getDataset(),
table.getTableId().getTable());
Job job =
bigquery.create(

This comment was marked as spam.

TableDataWriteChannel writer(WriteChannelConfiguration writeChannelConfiguration);

// TODO(pongad): document
TableDataWriteChannel writer(JobId jobId, WriteChannelConfiguration writeChannelConfiguration);

This comment was marked as spam.

This comment was marked as spam.

@tswast
Copy link
Contributor

tswast commented Apr 10, 2018

We should follow this PR with another change that adds location to BigQueryOptions or something (a peer to where the default project is set).

@pongad pongad merged commit 340397d into googleapis:master Apr 10, 2018
@pongad pongad deleted the bq-region branch April 10, 2018 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants