From cd936807c80ebbccc3803c88e067eaa0e033a516 Mon Sep 17 00:00:00 2001 From: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:43:16 +0000 Subject: [PATCH] Update content/integrate/redis-data-integration/data-pipelines/data-pipelines.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: George von Bülow <116373419+loriotpiroloriol@users.noreply.github.com> --- .../redis-data-integration/data-pipelines/data-pipelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md b/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md index 183ad304b..b5d15e7a3 100644 --- a/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md +++ b/content/integrate/redis-data-integration/data-pipelines/data-pipelines.md @@ -131,11 +131,11 @@ targets: # cert: ${TARGET_DB_CERT} # cacert: ${TARGET_DB_CACERT} # key_password: ${TARGET_DB_KEY_PASSWORD} -#processors: -# Enable Debezium LOB placeholders for tables that contain large binary objects. +processors: +# Enable Debezium LOB placeholders for tables that contain large objects. # Uncomment this property (and the `processors:` section) if your tables include # Oracle large objects (BLOB, CLOB, NCLOB). -# debezium_lob_encoded_placeholder: X19kZWJleml1bV91bmF2YWlsYWJsZV92YWx1ZQ== +# debezium_lob_encoded_placeholder: X19kZWJleml1bV91bmF2YWlsYWJsZV92YWx1ZQ== ``` The main sections of the file configure [`sources`](#sources) and [`targets`](#targets).