Uploads, auto-auth, support for partions/realtime/standard SQL
MarkEdmondson1234
released this
03 May 09:28
·
106 commits
to master
since this release
- Add support for realtime queries, useQueryCache = FALSE
- Add support for standard SQL (#21)
- Add support for hms/timestamp class uploads (#27)
- Add support for partitioned tables (#28)
- Fix bug that only returned one row for single column queries (#31 - thanks Rob)
- Allow loading of data from Google Cloud Storage to BigQuery for large files
- no error if delete non-existent table (#26)
- Add auto authentication if set environment var BQ_AUTH_FILE to location of auth file
- Add default project if set environment var BQ_DEFAULT_PROJECT_ID to project-id
- Add default dataset if set environment var BQ_DEFAULT_DATASET to dataset-id
- Make it clearer when jobs resulted in errors in the job print methods
- Migrate to using googleCloudStorageR for Cloud Storage stuff
- Set default authentication scope to https://www.googleapis.com/auth/cloud-platform
- Unit tests
- Upload table will now correctly report errors
- More user feedback on BigQuery jobs when running
- Allow upload of data.frames asynchrnously
- Allow auto-detection of schema for uploads