Gets value linked to a key.
yaml
type: "io.kestra.plugin.core.kv.Get"
Get value for my_variable
key in dev
namespace and fail if it's not present.
yaml
id: kv_store_get
namespace: company.team
tasks:
- id: kv_get
type: io.kestra.plugin.core.kv.Get
key: my_variable
namespace: dev # the current namespace of the flow will be used by default
errorOnMissing: true
Dynamic YES
Default false
Dynamic YES
The key for which to get the value.
Dynamic YES
Default {{ flow.namespace }}
The namespace on which to get the value.
Value retrieve for the key.
This can be of any type and will keep the same as when it was set.