8000 BigQuery: support Tables: patch · Issue #1564 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content

BigQuery: support Tables: patch #1564

@juhoautio

Description

@juhoautio

Add support for this:
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/patch

..unless it's already somehow possible to add or modify a field without specifying all the existing fields?

Internally BigQueryImpl.update seems to call bigQueryRpc.patch, but when I tried to call BigQuery.update with only one field (the field to be added), I got an error that the schema doesn't match with the existing one.

Metadata

Metadata

Labels

api: bigqueryIssues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0