luigi.tools.deps
Functions
|
|
|
Finds all dependencies that start with the given task and have a path to upstream_task_family |
Finds all tasks on all paths from provided CLI task |
|
|
Returns a task's output as a string |
|
|
|
Classes
|
Used to provide the parameter upstream-family |
- class luigi.tools.deps.upstream(*args, **kwargs)[source]
Used to provide the parameter upstream-family
- family
Class to parse optional parameters.
- luigi.tools.deps.find_deps(task, upstream_task_family)[source]
Finds all dependencies that start with the given task and have a path to upstream_task_family
Returns all deps on all paths between task and upstream