dsdt lineage
A history of a bundle came to be
Description
Usage
usage: dsdt lineage [-h] [-f] [-d DEPTH] uuidOptions
positional arguments:
uuid Find lineage by bundle UUID
optional arguments:
-h, --help show this help message and exit
-f, --follow Follow lineage back through D levels.
-d DEPTH, --depth DEPTH
Number of levels to follow (default is 3).Examples
$dsdt apply pipelines.dependent_tasks.B
...
===== Luigi Execution Summary =====
Scheduled 3 tasks of which:
* 3 ran successfully:
- 1 A(...)
- 1 B(...)
- 1 DriverTask(...)
This progress looks :) because there were no failed tasks or missing dependencies
===== Luigi Execution Summary =====Last updated
Was this helpful?