Any reason why setting ```working_directory: my_wo...
# ask-community
d
Any reason why setting
Copy code
working_directory: my_working_directory
in the workspace.yaml does work? my code always seems to load from the location where dagit was started from
d
Hey Daniel - the only thing that working_directory is used for is as the root directory for Python imports within your code. What were you hoping to use it for instead?
d
location of some embedded json (~1MB). Makes sense, I'll store it in a "real" place