Skip to content

Commit 8976d20

Browse files
authored
no_fail argument passed on job run method
1 parent c575a7a commit 8976d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def run(self, job_type="NON_RECURSIVE_FORCED_BUILD", partitions=None, wait=True,
107107
raise Exception("Recipe has unsupported output type {}, can't run it".format(first_output["type"]))
108108

109109
if wait:
110-
return jd.start_and_wait()
110+
return jd.start_and_wait(no_fail)
111111
else:
112112
return jd.start()
113113

0 commit comments

Comments
 (0)