Paul Nimusiima
Paul Nimusiima
I personally ended up using a workaround whereby I edit the step parameters. Something like ```python from stepfunctions.steps.sagemaker import ProcessingStep step = ProcessingStep(...) step_params = step.parameters step_params.pop('ProcessingJobName') step_params['ProcessingJobName.$'] = f"States.Format('NewStepName-{{}}',...
If you are using a k8s v1.16+ and want to avoid the error ``` W1204 02:35:57.154887 21678 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition...