Skip to content

Commit d3bca28

Browse files
DOC-5282 corrected row format options everywhere
1 parent 6d94270 commit d3bca28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 30
1717

1818
The RDI pipelines support two separate row formats which you can specify in the `source` section of the job file:
1919

20-
- `basic` - (Default) Contains the current value of the row only.
20+
- `partial` - (Default) Contains the current value of the row only.
2121
- `full` - Contains all information available for the row, including the key, the before and after values, and the operation code.
2222

2323
The `full` row format is useful when you want to access the metadata associated with the row, such as the operation code, and the before and after values.

0 commit comments

Comments
 (0)