Skip to content

Commit cd93680

Browse files
Update content/integrate/redis-data-integration/data-pipelines/data-pipelines.md
Co-authored-by: George von Bülow <[email protected]>
1 parent c8ee6fd commit cd93680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ targets:
131131
# cert: ${TARGET_DB_CERT}
132132
# cacert: ${TARGET_DB_CACERT}
133133
# key_password: ${TARGET_DB_KEY_PASSWORD}
134-
#processors:
135-
# Enable Debezium LOB placeholders for tables that contain large binary objects.
134+
processors:
135+
# Enable Debezium LOB placeholders for tables that contain large objects.
136136
# Uncomment this property (and the `processors:` section) if your tables include
137137
# Oracle large objects (BLOB, CLOB, NCLOB).
138-
# debezium_lob_encoded_placeholder: X19kZWJleml1bV91bmF2YWlsYWJsZV92YWx1ZQ==
138+
# debezium_lob_encoded_placeholder: X19kZWJleml1bV91bmF2YWlsYWJsZV92YWx1ZQ==
139139
```
140140

141141
The main sections of the file configure [`sources`](#sources) and [`targets`](#targets).

0 commit comments

Comments
 (0)