specify size parameter when uploading dataframe with load_table_from_dataframe #277
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
When the
size
parameter is not specified, resumable uploads are always used. It'd be good to use multi-part uploads when writing small tables.python-bigquery/google/cloud/bigquery/client.py
Line 2261 in c75e9cd
The text was updated successfully, but these errors were encountered: