fahran-wallace
Results
1
issues of
fahran-wallace
ParamValidationError thrown when setting parallelism_config in pipeline.upsert, pipeline.create etc.
# Quick version ## The Problem - When calling `pipeline.upsert` ([code](https://github.com/qidewenwhen/sagemaker-python-sdk/blob/57c2b941d7bb712f2fe1870381e5ff2bc809ee66/src/sagemaker/workflow/pipeline.py)), if you pass in a`parallelism_config` value with the correct type of ParallelIismConfiguration like this: ``` pipeline.upsert( config.sm_role, parallelism_config=ParallelismConfiguration(max_parallel_execution_steps=5), )...