Skip to content

Commit 354d28b

Browse files
authored
fix(specs): update run reason in observability (#5623)
1 parent 8a9f1b5 commit 354d28b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

specs/ingestion/common/schemas/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Run:
8080
RunStatus:
8181
type: string
8282
description: Task run status.
83-
enum: [created, started, idled, finished, skipped]
83+
enum: [created, started, finished, skipped]
8484

8585
RunOutcome:
8686
type: string
@@ -96,4 +96,4 @@ RunReasonCode:
9696
type: string
9797
description: A code for the task run's outcome. A readable description of the code is included in the `reason` response property.
9898
enum:
99-
[internal, critical, no_events, too_many_errors, ok, discarded, blocking]
99+
[internal, cancelled, critical, no_events, too_many_errors, lacking_events, ok, blocking, idle]

0 commit comments

Comments
 (0)