Support replacing partitions of date-partitioned tables #43
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.
This issue is about adding support to write to partitions of BigQuery's date-partitioned tables. Currently, reading is supported but inserts fails during execution of
GbqConnector.delete_and_recreate
: partition is deleted but creation fails due to existing table.PR would include some refactoring to the current
to_gbq
function (e.g. getting rid of duplicate calls to BQ API).Please see mremes/pandas-gbq for current changes. Currently not ready for a PR as I've encountered one issue with the BigQuery API (with subsequent create, delete, insertAll calls, insertAll's changes are not seen but after long waiting time).
The text was updated successfully, but these errors were encountered: