pasteur.kedro.runner.sequential

pasteur.kedro.runner.sequential#

Description

SimpleRunner is a modification of SequentialRunner that uses a TQDM loading bar (friendlier for jupyter). It also force enables async save of datasets.

The TQDM loading bar is only activated if the pipeline is large enough.

Classes

SimpleSequentialRunner([pipe_name, ...])

SimpleRunner is a modification of SequentialRunner that uses a TQDM loading bar.