Skip to content

Commit 24adfae

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 4298b06 commit 24adfae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ output:
6060
6161
With `row_format: full` the input value is a JSON object with the following structure:
6262

63-
- `key` - An object structure containing the attributes of the primary key. For example, `key.id` will give you the value of it the `id` column as long as it is part of the primary key.
64-
- `before` - An object structure containing the previous value of the row.
65-
- `after` - An object structure containing the current value of the row.
66-
- `opcode` - The operation code. Please note that some databases use different values for the operation code. Please refer to the [operation code values]({{< relref "#operation-codes" >}}) section for more information.
63+
- `key` - An object containing the attributes of the primary key. For example, `key.id` will give you the value of the `id` column as long as it is part of the primary key.
64+
- `before` - An object containing the previous value of the row.
65+
- `after` - An object containing the current value of the row.
66+
- `opcode` - The operation code. Different databases use different values for the operation code. See [operation code values]({{< relref "#operation-codes" >}}) below for more information.
6767
- `db` - The database name.
6868
- `table` - The table name.
6969
- `schema` - The schema name.

0 commit comments

Comments
 (0)