From e9afc33e666409dad44bf781a37a1dd15d0ef71a Mon Sep 17 00:00:00 2001 From: Anna Geller Date: Fri, 1 Nov 2024 16:17:04 +0100 Subject: [PATCH] Update 04_present_outputs_past_execution.yaml --- apps/04_present_outputs_past_execution.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/04_present_outputs_past_execution.yaml b/apps/04_present_outputs_past_execution.yaml index b514f5d..488faee 100644 --- a/apps/04_present_outputs_past_execution.yaml +++ b/apps/04_present_outputs_past_execution.yaml @@ -28,7 +28,13 @@ description: | tasks: - id: extract type: io.kestra.plugin.core.http.Download - uri: https://huggingface.co/datasets/kestra/datasets/resolve/main/ion/products.ion + uri: https://huggingface.co/datasets/kestra/datasets/resolve/main/ion/products.ion + + outputs: + - id: data + type: FILE + description: Data to Download + value: "{{ outputs.extract.uri }}" ``` template: