https://dagster.io/ logo
#dagster-support
Title
# dagster-support
a

André Augusto

08/16/2022, 4:12 PM
Hi! I think that there is a (probable) bug in the configuration for
sqlite
storage. I tried numerous times but I can’t set the
env
block for
sqlite
storage as described in the documentation: https://docs.dagster.io/deployment/dagster-instance#sqlite-storage-default
🤖 1
Going through the codebase, I think that I found the bug: https://github.com/dagster-io/dagster/blob/55745787c4c7b8d53da4104ff77e70f07f9897b2/python_modules/dagster/dagster/_core/instance/config.py#L115 The
base_dir
field needs to be a config with
StringSource
, like the counterparts from mysql and Postgres. I’d be happy to fix and contribute it, but I’m going on vacation tomorrow and I need to finish some work stuff :(
s

sandy

08/16/2022, 5:55 PM
thanks for reporting this @André Augusto - would you mind filing an issue for it in github? https://github.com/dagster-io/dagster/issues/new?assignees=&labels=bug&template=report_bug.yml
a

André Augusto

08/16/2022, 6:56 PM
s

sandy

08/16/2022, 7:21 PM
much appreciated- I will try to get a fix out soon
2 Views