File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/integrate/redis-data-integration/data-pipelines Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ The job must include the following attributes in the `nest` block:
65
65
need to supply the parent `table` name, unless you are nesting children under a parent that comes from
66
66
a different source database. If you do this then you must also specify `server_name` and
67
67
` 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.
70
70
- `child_key` : The field in the child entity that stores the unique ID (foreign key) of the parent entity.
71
71
You only need to add this attribute if the name of the child's foreign key field is different from the parent's.
72
72
- `path` : The [JSONPath](https://goessner.net/articles/JsonPath/)
You can’t perform that action at this time.
0 commit comments