https://dagster.io/ logo
#dagster-support
Title
# dagster-support
h

haicheng ling

06/07/2022, 10:01 AM
Hi, i am trying to call 'dagit' for loading my workspace.yaml to test my jobs, but i got nothing after i called "dagit". Could some one help me ? Thanks in advance.
To persist information across sessions, set the environment variable DAGSTER_HOME to a directory to use.
0it [00:00, ?it/s]
0it [00:00, ?it/s]
j

johann

06/07/2022, 3:46 PM
Is the process exiting? A normal output would look like
Copy code
dagit -f repo.py

0it [00:00, ?it/s]
0it [00:00, ?it/s]
2022-06-07 11:44:37 -0400 - dagit - INFO - Serving dagit on <http://127.0.0.1:3000> in process 30020
You could check if it’s actually serving at
Copy code
<http://127.0.0.1:3000>
and the issue is just the log not displaying. If not, dagit is probably hanging while trying to load your workspace