Skip to content

Commit 245fe77

Browse files
Update content/integrate/redis-data-integration/data-pipelines/data-denormalization.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 8344a83 commit 245fe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/data-denormalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The job must include the following attributes in the `nest` block:
169169
for the format of the key that is generated.
170170
- `nesting_key`: The unique key of each child entry in the JSON map that will be created under the path.
171171
- `parent_key`: The field in the parent entity that stores the unique ID (foreign key) of the parent entity. This can't be a composite key.
172-
- `child_key`: The field in the child entity that stores the unique ID (foreign key) to the parent entity. You only need to add this attribute if the name of the child's foreign key field is different from the parent's. Can not be composite key.
172+
- `child_key`: The field in the child entity that stores the unique ID (foreign key) to the parent entity. You only need to add this attribute if the name of the child's foreign key field is different from the parent's. This can't be a composite key.
173173
- `path`: The [JSONPath](https://goessner.net/articles/JsonPath/)
174174
for the map where you want to store the child entities. The path must start with the `$` character, which denotes
175175
the document root.

0 commit comments

Comments
 (0)