Skip to content

Commit a93a520

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 6fa0bb6 commit a93a520

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ output:
133133
134134
```
135135

136-
Once you have configured the parent entity, you can then configure the child entities to be nested under the parent entity based on their relation type.
137-
138-
After you have configured the parent model, you must also configure the child entities. To do this, use the `nest` block, as shown in this example:
136+
After you have configured the parent entity, you can then configure the child entities to be nested under it, based on their relation type. To do this, use the `nest` block, as shown in this example:
139137

140138
```yaml
141139
# jobs/invoice_line.yaml

0 commit comments

Comments
 (0)