has anyone used kedro-sagemaker plugin.. some how ...
# questions
a
has anyone used kedro-sagemaker plugin.. some how i am getting validation error for KedroSageMakerPluginConfig, its receiving NoneType. I am just trying to implement the spaceflight project using kedro-sagemaker. Any ideas what could be causing the issue?
j
cc @marrrcin
👮‍♂️ 1
could you detail a bit more what are you doing and what Kedro and plugin versions are you using @Aayush?
1
m
Have you’ve been following the official guide? 1.

https://www.youtube.com/watch?v=yXIdz4kNMc8

2. and / or https://kedro-sagemaker.readthedocs.io/en/0.3.0/source/03_quickstart.html ?
a

https://youtu.be/yXIdz4kNMc8?si=vYD_EPhXcrn-NlUH

i am following this tutorial
plugin version i am using is 0.3.0
m
OK, at which step have you encountered an issue?
a
when i am executing.. kedro sagemaker run --autobuild
i am not reaching the prompt stage
m
Do you have
sagemaker.yml
in the
conf/base
?
a
yes
it has aws ecr image uri and working directory
m
It might be related to the recent config loader changes
Yeah, it’s definitely that
You can temorarily change the config loader to the old one, instead of
OmegaConfigLoader
💯 1
a
ok let me try
m
Could you also please create an issue on our GH?
a
sure thing
@marrrcin my pipeline execution is failing..
when using kedro-sagemaker plugin is there a way to build image with --platform parameter set for linux/arm64.. using kedro sagemaker run --auto-build builds an image that fails on execution in aws pipelines. i am getting exec format error there.
m
I assume you’re using mac, right? If so, then right now you will have to build the image on your own (and pass the
--platform
parameter as you’ve mentioned). We’re open to accept a PR that will add this flag to our auto-build CLI 🙂