Skip to content

Commit 8344a83

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 a93a520 commit 8344a83

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
@@ -168,7 +168,7 @@ The job must include the following attributes in the `nest` block:
168168
database, not to a table you can access from the pipeline. See [Using nesting](#using-nesting) below
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.
171-
- `parent_key`: The field in the parent entity that stores the unique ID (foreign key) of the parent entity. Can not be composite key.
171+
- `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.
172172
- `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.
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

0 commit comments

Comments
 (0)