What’s the difference between `dagster.yaml` and `...
# ask-community
n
What’s the difference between
dagster.yaml
and
workspace.yaml
and how do I get my
dagit
instance to pick up a
dagster.yaml
? I only see CLI options for the workspace.yaml
dagster bot responded by community 1
🤖 1
r
Dagster will look for
dagster.yaml
in
$DAGSTER_HOME/dagster.yaml
(Reference: https://docs.dagster.io/deployment/dagster-instance#default-local-behavior)
n
Thanks!
🎉 1
r
dagster.yaml
is the instance configuration file. You can configure storage locations, run launchers, run coordinators, and more. •
workspace.yaml
is relevant to the code itself, it’s optional and more info can be found at https://docs.dagster.io/concepts/repositories-workspaces/workspaces
🙌 2