You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/redis-data-integration/data-pipelines/data-denormalization.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ The job must include the following attributes in the `nest` block:
169
169
for the format of the key that is generated.
170
170
- `nesting_key`: The unique key of each child entry in the JSON map that will be created under the path.
171
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.
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.
173
173
- `path`: The [JSONPath](https://goessner.net/articles/JsonPath/)
174
174
for the map where you want to store the child entities. The path must start with the `$` character, which denotes
0 commit comments