diff --git a/specs/ingestion/common/schemas/run.yml b/specs/ingestion/common/schemas/run.yml index 27668fb192..75c95de0e3 100644 --- a/specs/ingestion/common/schemas/run.yml +++ b/specs/ingestion/common/schemas/run.yml @@ -77,7 +77,7 @@ RunStatus: RunOutcome: type: string - enum: ['success', 'failure', 'processing'] + enum: ['success', 'failure', 'processing', 'blocking'] RunType: type: string