@Artur Dobrogowski
So here is the thing we want our users to edit the Run parameters before they trigger the pipeline from kubeflow UI.
We would like to know -
1. Where exactly do we mention these run parameters in the kedro project which can be edited from the kubeflow Ui whenever we are preparing for a new run. Is it the kubeflow.yaml file ?? If you can provide some examples of configuring it , would be really helpful.
2. We also wants to know how can we give unique names to each run for a given pipeline. I see the kubeflow.yaml has these keys experiment_name and run_name . Looks like these fields needs to be edited and we can simply create a new config file before running the command
kedro kubeflow run-once .
But as I mentioned our users will be launching pipelines from kubeflow UI and they won't be running these commands.
Let me know if I am really missing .