Edit this page on our live server and create a PR by running command !create-pr in the console panel

Report generation

  • Difficulty level: easy
  • Time need to lean: 10 minutes or less
  • Key points:
    • Option -p generates a report after the execution of workflows
    • Option -d also generates dynamic DAG

Summary Report (option -p)

Command sos run accepts an option -p (rePort) for generating a summary report after the completion of the workflow. This option accepts a name for the generated output but an name containing a timestamp would be generated automatically if it is the parameter is given without value.

Using the same example but converting one of the steps as a task, a report named "test.html" would be generated with option -p test.html, showing summary of steps and tasks.

In [1]:
1000+0 records in
1000+0 records out
512000 bytes transferred in 0.024132 secs (21216630 bytes/sec)

Inclusion of DAG (option -d)

A DAG would be generated and included in the report if option -d is specified.

In [2]:
1000+0 records in
1000+0 records out
512000 bytes transferred in 0.022321 secs (22937810 bytes/sec)

workflow_report