From a653aaf089c50880f35d679268f87e655d6d3854 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Wed, 1 Mar 2023 18:30:19 +0100 Subject: [PATCH] fix(specs): add skipped runs --- specs/ingestion/common/schemas/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/ingestion/common/schemas/run.yml b/specs/ingestion/common/schemas/run.yml index aa42e907f7..8fc9e3815b 100644 --- a/specs/ingestion/common/schemas/run.yml +++ b/specs/ingestion/common/schemas/run.yml @@ -71,7 +71,7 @@ Run: RunStatus: type: string - enum: ['created', 'started', 'idled', 'finished'] + enum: ['created', 'started', 'idled', 'finished', 'skipped'] RunOutcome: type: string