Update default suggestions in settings.py
to ones that work
#1538
Labels
Component: Documentation 📄
Issue/PR for markdown and API documentation
Milestone
Description
Update docs and default suggestions in
settings.py
, because currently some of those suggestions don't actually work.Currently, the
BaseSessionStore
is the default session store. The other possible stores a user can use are theShelveStore
and theSQLiteStore
(currently part of viz).The
ShelveStore
is the default suggestion to override the default insettings.py
, but when users are using some sort of multiprocessing this store type will not work. See: #1442Also look at the other default suggestions and verify that they make sense.
(Later consideration, but not part of this work)
If we move the
SQLiteStore
from viz to kedro core, we could add that as the default suggestion instead.The text was updated successfully, but these errors were encountered: