getindata / kedro-kubeflow

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

Spaceflight Tutorial's kubeflow.yaml Nodes Not Using Node Namespace #198

Open cupdike opened 1 year ago

cupdike commented 1 year ago

In the Spaceflight Tutorial (spaceflights starter, v0.18.3), kubeflow.yaml has unqualifed node names like model_training which don't align with the actual namespaced node names defined in the pipeline--such as data-science-active-modelling-pipeline-train-model-node. Accordingly, changing things like the resource attributes have no effect after compiling unless the correct node names are manually adjusted.