Closed rodrick10 closed 2 years ago
Thanks for the feature request. This is a missing capability in the Python SDK. Closing as a duplicate of https://github.com/aws/aws-step-functions-data-science-sdk-python/issues/95
There is an open PR to add it (https://github.com/aws/aws-step-functions-data-science-sdk-python/pull/102). I'll follow up with the team to see how we can get this shipped.
I have trying to find a way of using the ResultSelector with the stef functions python sdk just like with have input_path, result_path or output_path. Seems like there is not a method to implemnet this feature.
There is a similar issue but for the cdk project: cdk_issue
In my case I want to select the output of a LambdaStep to only consider the Payload. Something like this:
This is a :rocket: Feature Request