ralsei.graph.outputof
¶
Module Contents¶
Classes¶
Stores the relative path from the root of the pipeline to be resolved later |
Aliases¶
Either the value |
API¶
- class ralsei.graph.outputof.OutputOf¶
Stores the relative path from the root of the pipeline to be resolved later
-
pipeline : ralsei.graph.pipeline.Pipeline =
None
¶
-
task_paths : list[ralsei.graph.path.TreePath] =
None
¶ More than one path is permitted, but but all tasks must have the same output. This is useful when depending on multiple
AddColumnsSql
tasks if both sets of columns are required
- __post_init__()¶
-
pipeline : ralsei.graph.pipeline.Pipeline =
- class ralsei.graph.outputof.Resolves¶
- type Resolves = ralsei.graph.outputof.T | ralsei.graph.outputof.OutputOf
Either the value
T
or theOutputOf
that resolves to that value