r-dbi / bigrquery

An interface to Google's BigQuery from R.
https://bigrquery.r-dbi.org
Other
517 stars 182 forks source link

Fix bq_table_upload when source_format is undefined #613

Closed apalacio9502 closed 5 months ago

apalacio9502 commented 5 months ago

Hi @hadley,

This pull request aims to address the error encountered in the live API. This error occurs because when source_format is not defined, a vector of length 2 is being passed to unbox. Therefore, the correction for this error involves updating the source_format variable when arg_match is performed.

Regards,

hadley commented 5 months ago

Nice catch, thanks!