pasteur.kedro.pipelines.meta.PipelineMeta#

class pasteur.kedro.pipelines.meta.PipelineMeta(pipeline: Pipeline, outputs: list[DatasetMeta])[source]#

Retain pipeline behavior with addition but enable storing dataset metadata.

Raw sources should be defined by the dataset. Everything else should be defined by the pipeline.

Attributes

outputs

Alias for field number 1

pipeline

Alias for field number 0

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

count(value, /)#

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)#

Return first index of value.

Raises ValueError if the value is not present.

outputs: list[DatasetMeta]#

Alias for field number 1

pipeline: Pipeline#

Alias for field number 0