File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 47
47
type : integer
48
48
outcome :
49
49
$ref : ' #/RunOutcome'
50
+ failureThrehsold :
51
+ $ref : ' ./task.yml#/failureThreshold'
50
52
reason :
51
53
type : string
52
54
description : ' Explains the result of outcome.'
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ TaskCreate:
56
56
enabled :
57
57
type : boolean
58
58
description : Whether the task is enabled or not.
59
+ failureThreshold :
60
+ $ref : ' #/failureThreshold'
59
61
input :
60
62
$ref : ' #/TaskInput'
61
63
# lastCursorValue:
@@ -277,3 +279,9 @@ ScheduleDateUtilsInput:
277
279
maximum : 30
278
280
required :
279
281
- timeframe
282
+
283
+ failureThreshold :
284
+ type : integer
285
+ minimum : 0
286
+ maximum : 100
287
+ description : A percentage representing the accepted failure threshold to determine if a `run` succeeded or not.
You can’t perform that action at this time.
0 commit comments