Skip to content

Commit e9483f4

Browse files
Update content/integrate/redis-data-integration/data-pipelines/data-pipelines.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 3f22a35 commit e9483f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/data-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The main sections of these files are:
322322

323323
{{< note >}}If you set `row_format` to `full` under the `source` settings, you can access extra data from the
324324
change record in the transformation:
325-
- Use can access the attributes of the key using under the `key` object. For example, `key.id` will give you the value of it the `id` column as long as it is part of the primary key.
325+
- Use the `key` object to access the attributes of the key. For example, `key.id` will give you the value of the `id` column as long as it is part of the primary key.
326326
- Use `before.<FIELD_NAME>` to get the value of a field *before* it was updated in the source database
327327
- Use `after.<FIELD_NAME>` to get the value of a field *after* it was updated in the source database
328328
- Use `after.<FIELD_NAME>` when adding new fields during transformations

0 commit comments

Comments
 (0)