Closed
Description
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.