Uh oh!
There was an error while loading. Please reload this page.
bigquery: implement regionalization - #3131
Conversation
| import com.google.cloud.bigquery.BigQueryException; | ||
| import java.util.Map; | ||
| @InternalExtensionOnly |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| import com.google.cloud.bigquery.BigQueryException; | ||
| import java.util.Map; | ||
| @InternalExtensionOnly |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| 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.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| table.getTableId().getDataset(), | ||
| table.getTableId().getTable()); | ||
| Job job = | ||
| bigquery.create( |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| TableDataWriteChannelwriter(WriteChannelConfigurationwriteChannelConfiguration); | ||
| // TODO(pongad): document | ||
| TableDataWriteChannelwriter(JobIdjobId, WriteChannelConfigurationwriteChannelConfiguration); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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). |
…3131) * feat: Add picosecond timestamp support for Json to Proto converter * chore: Add edge cases for user input * chore: Fix lint issues * chore: Disable check for v1beta2 * chore: generate libraries at Wed Dec 10 15:59:07 UTC 2025 * chore: Address PR feedback * chore: generate libraries at Wed Dec 10 19:01:14 UTC 2025 * chore: Fix timestamp precision check condition --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
…3131) * feat: Add picosecond timestamp support for Json to Proto converter * chore: Add edge cases for user input * chore: Fix lint issues * chore: Disable check for v1beta2 * chore: generate libraries at Wed Dec 10 15:59:07 UTC 2025 * chore: Address PR feedback * chore: generate libraries at Wed Dec 10 19:01:14 UTC 2025 * chore: Fix timestamp precision check condition --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Context in [this doc](https://docs.google.com/document/d/1wrpyBtphdenM3BNelcnpBKGADYrGJUo686HXvSA0h-0/edit?pli=1&tab=t.luhbzlh25mfs#bookmark=id.ruacqw13dxd2) This PR makes the generation workflow to always get triggered when the target repository is not a monorepo (i.e. handwritten libraries). This will still respect other changes between baseline and current configurations when it comes to PR description generation, but if no config changes are detected then no PR description will be created, assuming that the PR description of the original PR that will trigger the generation will be informative enough.
… name (#3131) This will have the generation present making the delete idempotent and retryable.
No description provided.