CLN: Use WriteDisposition for if_exists=fail/replace/append behavior in to_gbq #118
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.
Now that to_gbq is using load jobs instead of streaming to write to table, it could use the write disposition parameter to perform this behavior.
I believe by doing so we would unlock #43 since using write disposition could replace just one partition, but the current logic of deleting and recreating a table cannot handle partitions.
The text was updated successfully, but these errors were encountered: