getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
52 stars 21 forks source link

Add 'kedro-kubeflow' to requirements when initializing with `kedro kubeflow init` #161

Closed Lasica closed 1 year ago

Lasica commented 2 years ago

For some reason (which I do not fully understand) kedro-kubeflow is used during kedo run inside docker images when executing docker image. It causes issue if you forget to add that dependency and it has to be added manually when generating a starter pack.

Maybe we could automate that and eliminate this step during: kedro kubeflow init?

marrrcin commented 1 year ago

Closing (added to docs).