in an `execute_k8s_job` call, how do I raise an er...
# deployment-kubernetes
s
in an
execute_k8s_job
call, how do I raise an error within the underlying job code that will make Dagster recognize it as a failed execution?
a
I think it’s related to the exit code. Exit code zero is successful, everything else is failure.
s
excellent, thanks andrea. that was my suspicion!