astromodule.pipeline.Pipeline.validate#

Pipeline.validate(ignore: Sequence[str] = []) bool[source]#

Validates the pipeline by checking whether all requirements for all stages are satisfied

Parameters:
ignoreSequence[str], optional

Keys to ignore, by default []

Returns:
bool

True if all stages can retrieve the required resources (outputs and artifacts) correctly, False otherwise.