I am running into a strange error. Whenever I run ...
# ask-community
b
I am running into a strange error. Whenever I run materialize asset, a directory is created in my top directory of my repo. Anyone run into this issue? I am using the experimental create_repository_using_definitions_args
c
Hi Brittany. Are these the names of your assets? I suspect that you might be persisting your outputs to this folder. The
DAGSTER_HOME
env var points to a directory containing your dagster settings, storage, and outputs. I think that your
DAGSTER_HOME
env var might be pointing this directory. You can fix this by pointing it instead to an empty external directory.
❤️ 1
b
Hi, I am still running into this issue anytime I run a job locally. Empty folders with the asset name for the run are created in my base directory of my repo... and am not sure which setting I am missing.
DAGSTER_HOME
is a separate directory. My yaml file: