From 8da9f64657e8375ceac52e18d507e61e528a8a23 Mon Sep 17 00:00:00 2001 From: Szymon Szyszkowski Date: Wed, 31 Jul 2024 15:52:06 +0100 Subject: [PATCH] fix: corrected new batch processing command --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index eb500f6..77ead1c 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -25,7 +25,7 @@ steps: policy_specs: machine_type: n1-standard-2 image: europe-west1-docker.pkg.dev/open-targets-genetics-dev/ot-orchestration/genetics_etl:dev - commands: [tasks/process_in_batch.py] + commands: ["ot gwas-catalog-dag"] spark: spark_uri: yarn write_mode: errorifexists