Skip to content

Commit d8e9cbd

Browse files
DOC-5126 started denorm doc fixes
1 parent 45fd96c commit d8e9cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ The job must include the following attributes in the `nest` block:
6565
need to supply the parent `table` name, unless you are nesting children under a parent that comes from
6666
a different source database. If you do this then you must also specify `server_name` and
6767
`schema` attributes.
68-
- `nesting-key`: The field of the child entity that stores the unique ID (primary key) of the child entity.
69-
- `parent-key`: The field in the parent entity that stores the unique ID (foreign key) of the parent entity.
68+
- `nesting_key`: The field of the child entity that stores the unique ID (primary key) of the child entity.
69+
- `parent_key`: The field in the parent entity that stores the unique ID (foreign key) of the parent entity.
7070
- `child_key`: The field in the child entity that stores the unique ID (foreign key) of the parent entity.
7171
You only need to add this attribute if the name of the child's foreign key field is different from the parent's.
7272
- `path`: The [JSONPath](https://goessner.net/articles/JsonPath/)

0 commit comments

Comments
 (0)