Core Plugins and tasks GetKeys

Core Plugins and tasks GetKeys

Certified

List keys in the KV store by prefix.

Renders namespace (defaults to flow namespace) and returns all keys, optionally filtered by the prefix value. Requires namespace ACL if targeting another namespace.

yaml
type: io.kestra.plugin.core.kv.GetKeys

Get keys that are prefixed by my_var.

yaml
id: kv_store_getkeys
namespace: company.team

tasks:
  - id: kv_getkeys
    type: io.kestra.plugin.core.kv.GetKeys
    prefix: my_var
    namespace: dev # the current namespace of the flow will be used by default
Properties
Default{{ flow.namespace }}

The namespace from which to get the KV pairs

Reference (ref) of the pluginDefaults to apply to this task.

The key for which to get the values

SubTypestring

Found keys for given prefix