-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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.
tswast
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.