Version 1.0.24
Added
Support for the job cancellation endpoint (while a job is in the ENQUEUED
state)
job = ds.request_datafile(...)
job.cancel()Improved
Job.wait_for_completion raises an exception if the job goes in ERROR so we
don't wait forever.