Does kedro still requires git? I know in the past,...
# questions
m
Does kedro still requires git? I know in the past, I ran into issues when git was not installed in my prod environment.
j
I think only
kedro new
uses git (through cookiecutter)? 🤔
m
So you could run kedro with only a pyproject.toml, src/ and conf/ directory?
👍🏼 1
j
I think
kedro run
etc should definitely work yes, was trying to locate some old discussions about this but I could not find them
if you see anything different let us know
n
99% sure you can run Kedro without git (except
kedro new
)- those issues are fixed 2+ years ago.
👍 1