Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TheNeuralBit opened this issue May 1, 2025 · 0 comments · Fixed by #2171
Closed
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API.

Comments

@TheNeuralBit
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants