Hi, quick question, I currently use kedro `0.17.4`...
# questions
f
Hi, quick question, I currently use kedro
0.17.4
but we want to convert our kedro pipeline into prefect flow using this approach but I notice this approach only available starting from kedro `0.18.0` while on latest kedro
0.17
it's not present. I tried to install prefect on the same environment as my kedro
0.17.4
but looks like it causes a dependency issue. Should I upgrade my kedro? and if that so, how hard it'll be to upgrade from kedro
0.17.4
to kedro
0.18.2
?
n
Please have a look at the migration guide here: https://github.com/kedro-org/kedro/blob/main/RELEASE.md#migration-guide-from-kedro-017-to-018 The docs for prefect are there but we have removed the numbering in the URL so it breaks the doc a bit. https://kedro.readthedocs.io/en/0.17.7/10_deployment/05_prefect.html
🙏 1