We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fb02b commit 092b46cCopy full SHA for 092b46c
1 file changed
dataikuapi/dss/recipe.py
@@ -94,7 +94,7 @@ def run(self, job_type="NON_RECURSIVE_FORCED_BUILD", partitions=None, wait=True,
94
jd = project.new_job(job_type)
95
jd.with_output(first_output["ref"], object_type=object_type_map[first_output["type"]], partition=partitions)
96
else:
97
- raise Exception("recipe has unsuported output type {}, can't run it".format(first_output["type"]))
+ raise Exception("Recipe has unsupported output type {}, can't run it".format(first_output["type"]))
98
99
if wait:
100
return jd.start_and_wait()
0 commit comments