Request: add schemaUpdateOptions to to_gbq() #107
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-pandas API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Useful if table already exists but
df
has more columns e.g. appending to historical data with 'old' schema.Note that currently the (Python) Client library does not support that property - as per 0.29.
Workaround is
LoadJobConfig._properties.__setitem__('schemaUpdateOptions', ['ALLOW_FIELD_ADDITION'])
.The text was updated successfully, but these errors were encountered: