You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.
The Python documentation makes the following claim, but it sounds like instead of the original job isn't kept and you get back the 'job id' instead of the original data. This is redundant as I already need/have the jobid to make the query in the first place:
Checking the result of a job can require knowing what the original job request actually was. Thus, the get_result method will return both values.
query, result = job.get_result('job id', timeout=5)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Python documentation makes the following claim, but it sounds like instead of the original job isn't kept and you get back the 'job id' instead of the original data. This is redundant as I already need/have the jobid to make the query in the first place:
The text was updated successfully, but these errors were encountered: