https://kedro.org/ logo
#questions
Title
# questions
f

fmfreeze

06/07/2023, 9:48 AM
I have a problem with experiment tracking. I setup (locally on windows) as described in the docs and everything worked fine. I pushed my repository without the session.db. Then on another machine (linux), i pulled the changes and
kedro run
showed this error (attached screenshot). How can I "reset" kedros experiment tracking?
That is the error message:
r

Rashida Kanchwala

06/07/2023, 9:58 AM
qq - are you using collaborative experiment tracking by setting remote_path in your settings.py or only local path?
f

fmfreeze

06/07/2023, 10:01 AM
Sorry for raising that question, it was totally my own stupid fault: the folder in my repository where I store the session.db was simply not available in on the other machine (.gitignored it without keeping the empty folder without files with .gitkeep in the repository). Thanks anyways @Rashida Kanchwala for participating :)
👍🏽 1
👍 2
n

Nero Okwa

06/07/2023, 10:05 AM
Thanks @Rashida Kanchwala. Thanks for the question @fmfreeze. Whilst doing this setup, is there anywhere the experiment tracking docs could be clearer or more explicit?
f

fmfreeze

06/07/2023, 10:08 AM
Except mentioning exactly that scenario in the docs, I think it's fine. What really could be more informational is the error message itself, but I haven't tried with running the pipeline with
--verbose
j

Jo Stichbury

06/07/2023, 10:30 AM
@Rashida Kanchwala & @Nero Okwa please could you make an issue for the docs for this and add some draft text I'll make sure we get an update into the docs?