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

Olivia Lihn

12/07/2022, 12:29 PM
hi everyone! I am running a kedro pipeline in Databricks Repo, using the kedro docs. The pipeline runs end-to-end but i encountered an error:
Copy code
OperationalError: (sqlite3.OperationalError) unable to open database file
(Background on this error at: <https://sqlalche.me/e/14/e3q8>)
My guess is that the run session info cannot be saved because of writing permissions on databricks Repo. We have deleted
logging.yml
and to be honest this is more of an annoying error (as the pipeline runs). Any ideas on how can we avoid this?
d

datajoely

12/07/2022, 12:40 PM
I think this is the session store used only for experiment tracking so you should be able to change that to the ShelveStore instead of SQLite
o

Olivia Lihn

12/07/2022, 12:42 PM
thanks joel! @Zihao Xu can we change this easily?
z

Zihao Xu

12/07/2022, 2:58 PM
Will give this a try - thanks Joel!
2 Views