Set
Set
yaml
type: "io.kestra.plugin.core.kv.Set"Examples
yaml
id: kv_store_set
namespace: company.team
tasks:
- id: http_download
type: io.kestra.plugin.core.http.Download
uri: https://huggingface.co/datasets/kestra/datasets/raw/main/csv/orders.csv
- id: kv_set
type: io.kestra.plugin.core.kv.Set
key: orders_file
value: "{{ outputs.http_download.uri }}"
kvType: STRING
Properties
key *Requiredstring
value *Requiredstring
kvDescription string
kvType string
Possible Values
STRINGNUMBERBOOLEANDATETIMEDATEDURATIONJSONnamespace string
Default
{{ flow.namespace }}overwrite booleanstring
Default
true