We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c5939 commit b10ea2cCopy full SHA for b10ea2c
gcloud/bigquery/test_query.py
@@ -234,7 +234,7 @@ def test_run_w_alternate_client(self):
234
self._verifyResourceProperties(query, RESOURCE)
235
236
def test_run_w_inline_udf(self):
237
- from gcloud.bigquery.query import UDFResource
+ from gcloud.bigquery.job import UDFResource
238
INLINE_UDF_CODE = 'var someCode = "here";'
239
PATH = 'projects/%s/queries' % self.PROJECT
240
RESOURCE = self._makeResource(complete=False)
0 commit comments