When doing initial testing, I was launching dagste...
# dagster-feedback
c
When doing initial testing, I was launching dagster from the same folder as
DAGSTER_HOME
, which aslo has a
dagster.yaml
file. I get a warning message:
Copy code
2023-04-27 15:46:16 -0700 - dagster - WARNING - Found a dagster instance configuration value (dagster.yaml) in the current folder, but your DAGSTER_HOME environment variable is set to /path/to/dagster/home. The dagster.yaml file will not be used to configure Dagster unless it is placed in the same folder as DAGSTER_HOME.
There isn't actually a problem here as far as I can see. Maybe the warning message can be removed when
DAGSTER_HOME
is the current directory?
c
Very reasonable. Raising this with the team
❤️ 1