Skip to content

Pipeline Step

module crystallize.pipelines.pipeline_step

Section titled “module crystallize.pipelines.pipeline_step”


Parameters of this step for hashing and caching.

Returns:

  • dict: Parameters dictionary.

Unique hash identifying this step based on its parameters and code.


setup(ctx: crystallize.utils.context.FrozenContext) → None

Optional hook called once before any replicates run.


teardown(ctx: crystallize.utils.context.FrozenContext) → None

Optional hook called once after all replicates finish.