list_outputs

async DatomaJob.list_outputs(regex=None, job_list=None)[source]

Lists the output files of the job filtered (if specified) by a regex. First waits until the job is finished. Must be called with await.

Parameters:
  • regex (str, optional) – A regex to filter the output, defaults to None.

  • job_list (list, optional) – List of jobs to get start and finsih timestamps, defaults to None.

Returns:

A list of the outputs of the job, size in Bytes.

Return type:

list, int