Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

update_table should support setting autodetectSchema query param in PATCH call #2170

Description

@TheNeuralBit

Is your feature request related to a problem? Please describe.
There's no way to set autodetectSchema on the update_table PATCH call. This is needed to trigger schema detection when an external table config is changed.

Describe the solution you'd like
def update_table(... autodetect_schema=False, ...) propagates that parameter to the query request.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions