download
- async DatomaJob.download(output_path=None)[source]
Downloads the output files of the job. First waits until the job is finished. Must be called with await.
- Parameters:
output_path (str, optional) – The path to download the files generated by the job, defaults to None. If None, the files will be downloaded to the current directory, generating a subfolder.