{{ run.get_run_log().content }}
{{ run.get_job().script_content }}
| Status | {{ run.get_state_string() }} |
|---|---|
| Scheduled | {{ run.schedule_dts | formatdts }} |
| In queue | {{ run.enqueue_dts | formatdts }} |
| Started | {{ run.start_dts | formatdts }} |
| Returned | {{ run.return_dts | formatdts }} |
| Run duration | {{ run.get_duration_string() }} |
{{ run.get_job().description }}