Is it possible to use multiple code locations with...
# ask-community
m
Is it possible to use multiple code locations with
pyproject.toml
-- if so, how? Or does one necessarily have to use
workspace.yaml
in that case? (As an aside, it would be great if the docs for code locations were updated to indicate that
workspace.yaml
can be used as an alternative to
pyproject.toml
under the
Local Development > Without command line arguments
section -- i.e., workspace files are not exclusive to open source deployment. Finally, the one referenece to workspace files on this page -- under the
Open source deployment
section -- doesn't include a link to the Workspace Files concept page, which seems like a missed opportunity for clarity. Additionally, if a user provides both a single
module_name
value in
pyproject.toml
and has a
workspace.yaml
, in my quick tests, it seems the
pyproject.toml
is given priority? It would be good to have some details in the Code Locations concept page about the order of preference for loading code locations using the command line args vs.
pyproject.toml
vs.
workspace.yaml
.)
dagster docs feedback 3
👀 1