Hello everyone I am trying to run a toy kedro pipe...
# plugins-integrations
v
Hello everyone I am trying to run a toy kedro pipeline on kubeflow. So i build a docker image and executed the pipeline in the container locally and it runs fine. I have published the pipeline on kubeflow as well. But when I execute the pipeline on kubeflow I am getting an error
time="2024-09-05T11:37:29.010Z" level=info msg="capturing logs" argo=true
cp: cannot stat '/home/kedro/data/*': No such file or directory
time="2024-09-05T11:37:30.011Z" level=info msg="sub-process exited" argo=true error="<nil>"
Error: exit status 1
@Artur Dobrogowski Can you help
image.png
a
I'll have a look tomorrow
👍 1
v
Issue Resolved. Looks like the Kubeflow Image policy was not pulling my latest docker image.