Skip to content

Commit 138a35b

Browse files
authored
fix(specs): add processing run outcome (#1613)
1 parent 135ab28 commit 138a35b

File tree

1 file changed

+3
-2
lines changed
  • specs/ingestion/common/schemas

1 file changed

+3
-2
lines changed

specs/ingestion/common/schemas/run.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RunStatus:
7777

7878
RunOutcome:
7979
type: string
80-
enum: ['success', 'failure']
80+
enum: ['success', 'failure', 'processing']
8181

8282
RunType:
8383
type: string
@@ -86,4 +86,5 @@ RunType:
8686
RunReasonCode:
8787
type: string
8888
description: 'An identifier that pairs with the outcome reason.'
89-
enum: ['internal', 'critical', 'no_events', 'too_many_errors', 'ok', 'discarded']
89+
enum:
90+
['internal', 'critical', 'no_events', 'too_many_errors', 'ok', 'discarded']

0 commit comments

Comments
 (0)