From 7e88ea345d6cd706f838db30124cb8669ff683af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 30 Jul 2024 11:01:23 +0200 Subject: [PATCH] Fix error submitting job to Flamenco The OpenAPI changes in e561c8080e8f47b6fe792591033be4fab6faef42 did not sit well with the generated Python code. The worker tag is now communicated just as UUID (so that it's the same for the `SubmittedJob` and `Job` types). --- pkg/api/flamenco-openapi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 08e7732c..ad34d38d 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1915,7 +1915,6 @@ components: description: > If job deletion was requested, this is the timestamp at which that request was stored on Flamenco Manager. - worker_tag: { $ref: "#/components/schemas/WorkerTag" } required: [id, created, updated, status, activity] JobSettings: