From a8a97028c1184f6176f88f88b279a2269ae60435 Mon Sep 17 00:00:00 2001 From: Richard Mrasek Date: Fri, 12 Jun 2026 08:56:37 +0200 Subject: [PATCH] final test if changes are live possible --- src/template_code_location/repository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/template_code_location/repository.py b/src/template_code_location/repository.py index cc62377..b5e67ae 100644 --- a/src/template_code_location/repository.py +++ b/src/template_code_location/repository.py @@ -6,6 +6,7 @@ from template_code_location.jobs.jobs import data_processing_job defs = Definitions( jobs=[ + data_processing_job ], sensors=[], resources={"s3": s3_resource.configured({"resource_name": "selfS3"})},