Hey folks, novice Dagster user here. I am trying t...
# ask-community
g
Hey folks, novice Dagster user here. I am trying to use
dagster job execute
in place of
dagster dev
to test my job. Currently it looks like my run is failing before it even tries to run the ops associated with the job, which is not the case when I run from the Dagster UI. Was hoping if anyone could shed light on either 1. How to get better debug info in the
dagster job execute
output or 2. Any advise on why I might be experiencing differences between
dagster job execute
and
dagster dev
?
z
Are you seeing any errors or output?