Dominick Giordano
03/15/2022, 3:04 PMworkspace.yaml
and dagster.yaml
be located in same directory/would any issues arise from having them in different ones?alex
03/15/2022, 4:02 PMworkspace.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.Dominick Giordano
03/15/2022, 4:33 PMStephen Bailey
03/15/2022, 8:07 PMlocations.yaml
fit into this? is that specific to the ci/cd action?alex
03/15/2022, 8:15 PMlocations.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.