- 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
- Option
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]:
A DAG would be generated and included in the report if option -d
is specified.
In [2]: