Skip to content

Commit

Permalink
fix(specs): add processing run outcome (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Jun 13, 2023
1 parent 135ab28 commit 138a35b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions specs/ingestion/common/schemas/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RunStatus:

RunOutcome:
type: string
enum: ['success', 'failure']
enum: ['success', 'failure', 'processing']

RunType:
type: string
Expand All @@ -86,4 +86,5 @@ RunType:
RunReasonCode:
type: string
description: 'An identifier that pairs with the outcome reason.'
enum: ['internal', 'critical', 'no_events', 'too_many_errors', 'ok', 'discarded']
enum:
['internal', 'critical', 'no_events', 'too_many_errors', 'ok', 'discarded']

0 comments on commit 138a35b

Please sign in to comment.