Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

job.get_result should just return result #8

@natevw

Description

@natevw

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions