Skip to content

Commit

Permalink
fix(pipeline): wrong parameter in soil moisture anomaly
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashelms committed Feb 5, 2024
1 parent 3db1583 commit 5e12617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/dags/soil_moisture.Anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5e12617

Please sign in to comment.