diff --git a/src/template_code_location/repository.py b/src/template_code_location/repository.py index b5e67ae..b801e5e 100644 --- a/src/template_code_location/repository.py +++ b/src/template_code_location/repository.py @@ -6,7 +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"})},