Hey, i am trying to setup experiment tracking in K...
# questions
d
Hey, i am trying to setup experiment tracking in Kedro. Everything work fine but Kedro cant save session metadata into sqlite3 DB. i get the following error every time i run Kedro:
n
Did you get it on the first run already? Did you get an empty sqlite db file?
d
yes, i get it in the first run
i dont know if i get an empty db file since it is locked
n
Hmm interesting. What version of
kedro
are you running? Is the SQLite db saved on some local directory? how are you running your pipeline is this just a typical
kedro run
?
d
i have kedro version 5+
yes, the db is saved locally
i use kedro run --pipeline command