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], optionalKeys to ignore, by default [] Returns: boolTrue if all stages can retrieve the required resources (outputs and artifacts) correctly, False otherwise.