https://dagster.io/ logo
#random
Title
d

Dominick Giordano

03/15/2022, 3:04 PM
Hi all, Just a general question, should
workspace.yaml
and
dagster.yaml
be located in same directory/would any issues arise from having them in different ones?
a

alex

03/15/2022, 4:02 PM
Generally
workspace.yaml
is co-located with your code and sharable amongst collaborators. These often get checked in to version control (git) near the relevant python files.
dagster.yaml
varies per deployment. Each person will have their own on their personal computer, and then a different one would be used by a deployed server hosting dagster within shared infrastructure. It’s technically possible for them to co-exist in the same directory, but not common.
1
d

Dominick Giordano

03/15/2022, 4:33 PM
@alex Thanks a ton!
s

Stephen Bailey

03/15/2022, 8:07 PM
how does
locations.yaml
fit into this? is that specific to the ci/cd action?
a

alex

03/15/2022, 8:15 PM
locations.yaml
is a cloud only artifact, most closely related to
workspace.yaml
. The current state is admittedly confusing, and we are thinking about out how to consolidate/refactor things in to a clearer ontology.
👍 1
👍🏾 1