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

bigquery: incorporate common/Operation #1771

Merged

Conversation

stephenplusplus
Copy link
Contributor

Related: #1770

This converts bigquery/job to use common/operation.

@stephenplusplus stephenplusplus added the api: bigquery Issues related to the BigQuery API. label Nov 7, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 7, 2016
parent: bigQuery,
baseUrl: '/jobs',
id: id,
methods: methods
id: id

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

return;
}

Job.prototype.poll_ = function(callback) {
this.getMetadata(function(err, metadata, apiResponse) {
if (apiResponse.status && apiResponse.status.errors) {
err = common.util.ApiError(apiResponse.status);

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling cc69be9 on stephenplusplus:spp--operation-reform-bigquery into b6270e5 on GoogleCloudPlatform:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants