0 votes
552 views
I have successfully used the qc.query() interface to issue small synchronous queries, cross matching an uploaded table to the ls_dr7.tractor table. Great!

However, using exactly the same SQL command, when I attempt to make the query asynchronous:

> jobid=qc.query(token, ..., async=True)

I receive:

> qc.status(token,jobid)

'ERROR'

and

> qc.error(token,jobid)

"Error: global name 'profile' is not defined"

Any ideas?

Thanks!
asked Jul 25, 2019 by dwelly (140 points) | 552 views

1 Answer

0 votes
This problem was caused by a combination of errors, all of which should now be fixed.  Please post back if you continue to have problems.
answered Jul 30, 2019 by datalab (19,200 points)
Great, it works perfectly now. Many thanks!

359 questions

372 answers

385 comments

2,427 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.