Hi room! Qq, say I want to migrate a Kedro pipelin...
# questions
p
Hi room! Qq, say I want to migrate a Kedro pipeline onto Sagemaker wihout manually rewriting it. What would my options be? I know of the kedro-sagemaker package, which, unfortunately, is not an option in my case. Any other processes that worked for you?
d
Why is it not an option? Kedro-Sagemaker was my first thought; if it's not an option just because you're not allowed to use the package, you can look at the logic and essentially replicate it. 😛
this 1
m
If you just want to run in sagemaker for the sake of running in sagemaker just wrap Kedro project in a docker container and create a single-step SM pipeline (e.g. with
ProcessingStep
abstraction offtop Siema Piotr ;] 🇵🇱 /offtop