Skip to content

Commit

Permalink
fix(docs): correct the kv task examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored and loicmathieu committed Jul 15, 2024
1 parent d0c7263 commit 0de97b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/io/kestra/plugin/core/kv/Delete.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
examples = {
@Example(
title = "Delete a KV pair.",
full = true,
code = """
id: delete_kv
type: io.kestra.plugin.core.kv.Delete
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/io/kestra/plugin/core/kv/Get.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
examples = {
@Example(
title = "Get value for `myvariable` key in `dev` namespace and fail if it's not present.",
full = true,
code = """
id: get_kv
type: io.kestra.plugin.core.kv.Get
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/io/kestra/plugin/core/kv/GetKeys.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
examples = {
@Example(
title = "Get keys that are prefixed by `myvar`.",
full = true,
code = """
id: keys_kv
type: io.kestra.plugin.core.kv.GetKeys
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/io/kestra/plugin/core/kv/Set.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
examples = {
@Example(
title = "Set `query` task `uri` output as value for `myvariable` key in `dev` namespace.",
full = true,
code = """
id: set_kv
type: io.kestra.plugin.core.kv.Set
Expand Down

0 comments on commit 0de97b0

Please sign in to comment.