When running dagster/dagit locally, it creates a b...
# ask-community
s
When running dagster/dagit locally, it creates a bunch of folders that look like workspace (e.g.,
history
,
schedules
,
storage
). I can add them to
.gitignore
, but they still pollute my project space. Any way to send these to some other folder (e.g.,
.dagster
)?
o
hi @Sterling Paramore! If you set your $DAGSTER_HOME environment variable to
~/.dagster
, then this will change the location for those directories (https://docs.dagster.io/deployment/dagster-instance#default-local-behavior)
s
Ah ok. I would have thought that would affect discovery of all the op/graph/job code, but it looks like it did not