Make settings.py
optional
#3050
Labels
Issue: Feature Request
New feature or improvement to existing feature
Milestone
Description
Currently
settings.py
must be provided for a Kedro Project.kedro new
always ship asettings.py
with commented default. We should update the functionality so that when a user deletedsettings.py
,kedro run
still works.Context
Reduce assumptions of what makes a "Kedro Project". Since the file by default doesn't do anything, we shouldn't enforce user to have it if they don't need to customise settings.
In addition, we can discuss whether we should allow user to customise where Kedro search for the "settings.py".
Implementation
This should be backwards compatible and a non-breaking change, so kedro should work with or without a
settings.py
file.The text was updated successfully, but these errors were encountered: