-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve how buckets are managed in the store
- Loading branch information
Showing
10 changed files
with
424 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=https://flowexec.io/schemas/flowfile_schema.json | ||
visibility: internal | ||
namespace: wip | ||
description: Work-in-progress executables. These may include configurations that are not yet released. | ||
executables: | ||
- verb: run | ||
name: stateful | ||
serial: | ||
params: | ||
- envKey: VAL1 | ||
text: value | ||
- envKey: FLOW | ||
text: ../.bin/flow | ||
execs: | ||
- cmd: | | ||
$FLOW store set wip-test1 hello | ||
echo "$VAL1" | $FLOW store set wip-test2 | ||
$FLOW store set wip-test3 to be merged | ||
- cmd: | | ||
echo "wip-test1: $($FLOW store get wip-test1)" | ||
echo "wip-test2: $($FLOW store get wip-test2)" | ||
echo "wip-test3: $($FLOW store get wip-test3)" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.