Skip to content

Commit a479008

Browse files
DOC-5126 slight clarification and spelling fixes
1 parent d8e9cbd commit a479008

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ The job must include the following attributes in the `nest` block:
6464
- `parent`: This specifies the RDI data stream for the parent entities. Typically, you only
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
67-
`schema` attributes.
67+
`schema` attributes. Note that this attribute refers to a Redis *key* that will be added to the target
68+
database, not to a table you can access from the pipeline. See [Using nesting](#using-nesting) below
69+
for the format of the key that is generated.
6870
- `nesting_key`: The field of the child entity that stores the unique ID (primary key) of the child entity.
6971
- `parent_key`: The field in the parent entity that stores the unique ID (foreign key) of the parent entity.
7072
- `child_key`: The field in the child entity that stores the unique ID (foreign key) of the parent entity.
@@ -75,6 +77,8 @@ The job must include the following attributes in the `nest` block:
7577
- `structure`: (Optional) The type of JSON nesting structure for the child entities. Currently, only a JSON map
7678
is supported so if you supply this attribute then the value must be `map`.
7779

80+
## Using nesting
81+
7882
There are several important things to note when you use nesting:
7983

8084
- When you specify `nest` in the job, you must also set the `data_type` attribute to `json` and

0 commit comments

Comments
 (0)