add configuration
argument to to_gbq
#425
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.
The
to_gbq
function should take aconfiguration
argument representing a BigQuery JobConfiguration REST API resource.This would make it consistent with the
read_gbq
function.Context
Options for table creation / schema updates
I believe these would require table creation to be done by load job instead of a separate create table step (especially partitioning, as that must be done at creation time). TBD what this would look like if we add support for the BigQuery Storage Write API or (legacy) Streaming API.
Options for file loading
The text was updated successfully, but these errors were encountered: