Nothing maps to tables.update. update_table calls tables.patch #33
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: question
Request for information or clarification. Not an issue.
With python bigquery client v1.24.0
As noted in googleapis/google-cloud-python#4452
google.cloud.bigquery.client.Client.update_table does a patch (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/patch)
But nothing does an update (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/update)
This makes it hard to update a view.
As a workaround, I can do this:
Can the client have a function like
replace_table
that will call this endpoint?The text was updated successfully, but these errors were encountered: