olufemi george
07/02/2025, 4:52 PMYetunde
07/02/2025, 4:57 PMolufemi george
07/02/2025, 5:01 PMJuan Luis
07/03/2025, 6:28 AMcd
to the project directory, and
3. do astro dev init --from-template learning-airflow
the reason is that astro dev init
works in the current directory, whereas kedro new
does not.
alternatively, you can
1. create a new directory,
2. do astro dev init --from-template learning-airflow
3. initialise a new Python library using uv init --lib
4. use my unofficial kedro-init
plugin uvx kedro-init .
does this make sense?Dmitry Sorokin
07/03/2025, 8:50 AM