Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for BigQuery resumable uploads via a write channel #540

Merged
merged 1 commit into from
Jan 19, 2016

Commits on Jan 19, 2016

  1. Add support for BigQuery resumable uploads via a write channel

    - Move BlobWriteChannel and BlobReadChannel to core module
    - Rename BlobWriteChannel and BlobReadChannel to WriteChannel and ReadChannel
    - Add abstract class BaseWriteChannel implementing entity-agnostic channel functionality
    - Add BlobWriteChannel and BlobReadChannel implementation to gcloud-java-storage
    - Add LoadConfiguration and modify LoadJobInfo to take configuration as a parameter
    - Add BigQuery.writer method to return a writer given LoadConfiguration
    - Add BigQueryRpc.open and .write methods to implement write channel
    - Add TableDataWriteChannel class to support bigquery resumable streaming inserts
    - Add unit and integration tests
    - Update bigquery example with load-data action
    mziccard committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    b32e4b9 View commit details
    Browse the repository at this point in the history