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
STRING
NUMBER
BOOLEAN
DATETIME
DATE
DURATION
JSON
namespace string
Default
{{ flow.namespace }}
overwrite booleanstring
Default
true
ttl string
Format
duration