bigQueryR 0.4.0
·
53 commits
to master
since this release
- support
nullMarker,maxBadRecords,fieldDelimiterin upload jobs - Support BigQuery type
DATEfor R classDatedata.frame columns (BigQuery typeTIMESTAMPstill default forPOSIXctcolumns) (#48) - Allow custom user schema for uploads of data.frames (#48)
- Rename misnamed global functions from
bq_prefix tobqr_prefix - Add
allowJaggedRowsandallowQuotedNewlinesoptions to upload viabqr_upload_data() bqr_get_jobnow accepts a job object as well as the jobId- Fix bug with
bqr_upload_datawhereautodetect=TRUEdidn't work withgcs://loads from Cloud Storage - Fix bug with
bqr_query()that caused a 404 error sometimes.