| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Construct the instance using the job's properties, and bind it to the job.
Constructs a 'QueryResults' instance, bound to the job. Closes #2083.
|
Should there be something in the bigquery-usage doc about this? |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me, but I'll let someone more familiar with google-cloud-python approve.
Sorry, something went wrong.
| raise ValueError('Pass one of: %s' ', '.join(self.ALLOWED)) | ||
|
|
||
|
|
||
| class UDFResource(object): |
| self._job = None | ||
|
|
||
| @classmethod | ||
| def from_query_job(cls, job): |
There was a problem hiding this comment.
LGTM pending Travis
Sorry, something went wrong.
|
|
||
| class UDFResource(object): | ||
| """Describe a single user-defined function (UDF) resource. | ||
| :type udf_type: str |
| Back | FazBrowse Home | New Git URL |
Closes #2083.
/cc @jonparrott, @tswast