From 5e12617e4af710a968a9d8eeb794704352702517 Mon Sep 17 00:00:00 2001 From: andreashelms Date: Thu, 1 Feb 2024 14:47:16 +0100 Subject: [PATCH] fix(pipeline): wrong parameter in soil moisture anomaly --- pipeline/dags/soil_moisture.Anomaly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/dags/soil_moisture.Anomaly.py b/pipeline/dags/soil_moisture.Anomaly.py index e9119d467..f8091ddc0 100644 --- a/pipeline/dags/soil_moisture.Anomaly.py +++ b/pipeline/dags/soil_moisture.Anomaly.py @@ -52,7 +52,7 @@ gdal_transforms = task_factories.gdal_transforms( layer_variable=LAYER_VARIABLE, color_file=COLOR_FILE, layer_type=METADATA['type'], zoom_levels=METADATA['zoom_levels'], gdal_ts=RESOLUTION) upload = task_factories.upload( - WORKDIR, LAYER_ID, LAYER_VARIABLE, LAYER_VERSION, METADATA['type']) + WORKDIR, LAYER_ID, LAYER_VARIABLE, METADATA['type']) # connect tasks files = list_files()