Hi! I initialized a Kedro project with `kedro new ...
# advanced-need-help
u
Hi! I initialized a Kedro project with
kedro new --starter=pandas-iris
and then I started modifying the
catalog.yml
file. In meantime, a new Kedro version came out, which I promptly installed. Is it possible to update my project to the new version, without losing my modifications? Or should I stash the files I changed, initialize the project again with the new Kedro and then apply my modifications?
2 Views