Setting job_config.source_format
is ignored by load_table_from_dataframe
#261
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.
Currently on PARQUET is supported. If someone sets the format to something other than that, we should probably raise a ValueError.
Might want to consider support CSV / JSON / AVRO, but also don't want to explode the number of (already numerous) code paths we have for DataFrame loading.
The text was updated successfully, but these errors were encountered: