getindata / kedro-sagemaker

Kedro Plugin to support running pipelines on AWS SageMaker.
https://kedro-sagemaker.readthedocs.io
Apache License 2.0
18 stars 6 forks source link

Validation Error for KedroSageMakerPluginConfig #16

Open android2600 opened 10 months ago

android2600 commented 10 months ago

While trying to implement spaceflight tutorial but i am getting error when running "kedro sagemaker run --auto-build" command.

Using following package versions: kedro == 0.18.13 kedro-datasets ==1.7.0 kedro-sagemaker == 0.3.0 kedro-viz == 6.5.0

Error: ValidationError: 1 validation error for KedroSageMakerPluginConfig root KedroSageMakerPluginConfig expected dict not NoneType (type=type_error)

marrrcin commented 10 months ago

Thanks for creating the issue, we'll look into it soon. As I wrote on Kedro's Slack, it's most likely due to the OmegaConfigLoader not being fully supported by this plugin yet.

srikanthreddybethi commented 9 months ago

@marrrcin I am trying to use kedro-sagemaker I am also facing the same issue. How do I get around it before it is fixed.. I am trying it with spaceflight example

srikanthreddybethi commented 9 months ago

this plugin is amazing by the way...