Skip to content

Commit 51276c0

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 976f549 commit 51276c0

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
@@ -36,7 +36,7 @@ called `InvoiceLineItems`:
3636
{{< image filename="/images/rdi/ingest/nest-flow.webp" width="500px" >}}
3737

3838

39-
When configuring normalization first you need to configure the parent entity to use JSON as the target data type. Add `data_type: json` to the parent job. Example:
39+
To configure normalization, you must first configure the parent entity to use JSON as the target data type. Add `data_type: json` to the parent job as shown in the example below:
4040

4141
```yaml
4242
# jobs/invoice.yaml

0 commit comments

Comments
 (0)