getindata / kedro-kubeflow

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

Use TemplatedConfigLoader in e2e tests #230

Open marrrcin opened 1 year ago

marrrcin commented 1 year ago

Right now, e2e test don't use TemplatedConfigLoader by default and the ${run_id} interpolation does not work properly in the https://github.com/getindata/kedro-kubeflow/blob/d3cff89ce03e9bcc1b31598a8fa17aadeb2717ab/tests/e2e/catalog.yml#L20

Possible fix: Use TemplatedConfigLoader in e2e tests