ralsei.graph.outputof

Module Contents

Classes

OutputOf

Stores the relative path from the root of the pipeline to be resolved later

Aliases

Resolves

Either the value T or the OutputOf that resolves to that 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__()
class ralsei.graph.outputof.Resolves
type Resolves = ralsei.graph.outputof.T | ralsei.graph.outputof.OutputOf

Either the value T or the OutputOf that resolves to that value