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:
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/)
You can’t perform that action at this time.
0 commit comments