Skip to content

Commit

Permalink
Update 04_present_outputs_past_execution.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Nov 1, 2024
1 parent 6acc41d commit e9afc33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/04_present_outputs_past_execution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9afc33

Please sign in to comment.