You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/redis-data-integration/data-pipelines/data-pipelines.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ The main sections of these files are:
322
322
323
323
{{< note >}}If you set `row_format` to `full` under the `source` settings, you can access extra data from the
324
324
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.
326
326
- Use `before.<FIELD_NAME>` to get the value of a field *before* it was updated in the source database
327
327
- Use `after.<FIELD_NAME>` to get the value of a field *after* it was updated in the source database
328
328
- Use `after.<FIELD_NAME>` when adding new fields during transformations
0 commit comments