kalah
03/24/2022, 7:33 AMdatajoely
03/24/2022, 9:58 AMsfn.Parallel
isn't actually Kedro it's this actually AWS side https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-parallel-state.htmlkalah
03/24/2022, 12:09 PMdatajoely
03/24/2022, 1:25 PMsettings.py
would you mind setting the session store to this
python
from kedro.framework.session.store import BaseSessionStore
SESSION_STORE_CLASS = BaseSessionStore
multiprocessing.lock()
in the ShelveSessionStore
used for experiment tracking and this may break on lambdakalah
04/05/2022, 12:06 PM