pasteur.kedro.pipelines.meta

pasteur.kedro.pipelines.meta#

Description

Functions

node(func, inputs, outputs, *[, args, ...])

Modified version of kedro node that tweaks the node name to work better with kedro viz adds the option of nested inputs, outputs and features closure support.

Classes

DatasetMeta(layer, name, path, versioned, type)

ExtendedNode(func, inputs, outputs, *[, ...])

Extended node is a modification of node that allows for nesting dictionaries in inputs and outputs and features a built-in closure.

PipelineMeta(pipeline, outputs)

Retain pipeline behavior with addition but enable storing dataset metadata.