FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add 'QueryJob.results' method by tseaver · Pull Request #2321 · googleapis/google-cloud-python · GitHub

Add 'QueryJob.results' method - #2321

Merged
tseaver merged 5 commits into
googleapis:masterfrom
tseaver:2083-bigquery-async_query_job-query_results
Sep 15, 2016
Merged

Add 'QueryJob.results' method#2321
tseaver merged 5 commits into
googleapis:masterfrom
tseaver:2083-bigquery-async_query_job-query_results

Conversation

tseaver commented Sep 15, 2016

Copy link
Copy Markdown
Contributor

Closes #2083.

/cc @jonparrott, @tswast

Construct the instance using the job's properties, and bind it to the job.
Constructs a 'QueryResults' instance, bound to the job.

Closes #2083.
tseaver added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigquery Issues related to the BigQuery API. labels Sep 15, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 15, 2016

Copy link
Copy Markdown
Contributor

Should there be something in the bigquery-usage doc about this?

tswast left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Looks good to me, but I'll let someone more familiar with google-cloud-python approve.

raise ValueError('Pass one of: %s' ', '.join(self.ALLOWED))


class UDFResource(object):

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

self._job = None

@classmethod
def from_query_job(cls, job):

This comment was marked as spam.

daspecster left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM pending Travis

tseaver merged commit a92d69f into googleapis:master Sep 15, 2016
tseaver deleted the 2083-bigquery-async_query_job-query_results branch September 15, 2016 20:02

class UDFResource(object):
"""Describe a single user-defined function (UDF) resource.
:type udf_type: str

This comment was marked as spam.

tseaver mentioned this pull request Sep 16, 2016
dhermes mentioned this pull request Sep 19, 2016
parthea added a commit that referenced this pull request Nov 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL