bigQueryR 0.4.0
MarkEdmondson1234
released this
08 Jun 15:07
·
53 commits
to master
since this release
- support
nullMarker
,maxBadRecords
,fieldDelimiter
in upload jobs - Support BigQuery type
DATE
for R classDate
data.frame columns (BigQuery typeTIMESTAMP
still default forPOSIXct
columns) (#48) - Allow custom user schema for uploads of data.frames (#48)
- Rename misnamed global functions from
bq_
prefix tobqr_
prefix - Add
allowJaggedRows
andallowQuotedNewlines
options to upload viabqr_upload_data()
bqr_get_job
now accepts a job object as well as the jobId- Fix bug with
bqr_upload_data
whereautodetect=TRUE
didn't work withgcs://
loads from Cloud Storage - Fix bug with
bqr_query()
that caused a 404 error sometimes.