You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There's no way to set autodetectSchema on the update_tablePATCH 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.