yaml
type: "io.kestra.plugin.core.kv.get"
Examples
yaml
id: kv_store_get
namespace: company.team
tasks:
- id: kv_get
type: io.kestra.plugin.core.kv.Get
key: my_variable
namespace: company # the current namespace is used by default
errorOnMissing: true
Properties
key *Requiredstring
errorOnMissing booleanstring
Default
false
namespace string
Default
{{ flow.namespace }}