Skip to content

Commit 30a85b0

Browse files
committed
examples: fix reduction-types examples
1 parent a90fbdd commit 30a85b0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/flow.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import:
66
- ../site/docs/concepts/bank/flow.yaml
77
- temp-sensors/flow.yaml
88
- derive-patterns/flow.yaml
9-
# - hello-world/flow.yaml
10-
# - marketing/flow.yaml
11-
# - net-trace/flow.yaml
12-
# - re-key/flow.yaml
13-
# - reduction-types/flow.yaml
9+
- reduction-types/flow.yaml
10+
## - hello-world/flow.yaml
11+
## - marketing/flow.yaml
12+
## - net-trace/flow.yaml
13+
## - re-key/flow.yaml
1414
# - segment/flow.yaml
1515
# - shopping/flow.yaml
1616
# - soak-tests/set-ops/flow.yaml

examples/reduction-types/append.flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ collections:
44
type: object
55
reduce: { strategy: merge }
66
properties:
7-
key: { type: [string, integer] }
7+
key: { type: string }
88
value:
99
# Append only works with type "array".
1010
# Others will error at build time.

0 commit comments

Comments
 (0)