Skip to content

Commit

Permalink
Update content/integrate/redis-data-integration/data-pipelines/data-p…
Browse files Browse the repository at this point in the history
…ipelines.md

Co-authored-by: George von Bülow <[email protected]>
  • Loading branch information
andy-stark-redis and loriotpiroloriol authored Dec 2, 2024
1 parent c8ee6fd commit cd93680
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit cd93680

Please sign in to comment.