Skip to content

Commit cfe66d4

Browse files
Merge pull request #1086 from redis/DOC-4549-rdi-improve-config-reference
DOC-4549 improve RDI config reference
2 parents a2080a5 + af3678b commit cfe66d4

File tree

2 files changed

+266
-72
lines changed

2 files changed

+266
-72
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ sources:
8585
type: mysql
8686
host: ${RDI_REDIS_HOST}
8787
port: 13000
88-
database: redislabscdc
8988
user: ${SOURCE_DB_USERNAME}
9089
password: ${SOURCE_DB_PASSWORD}
9190
# The names of the following properties should match the ones you used
@@ -96,14 +95,12 @@ sources:
9695
# cacert: ${SOURCE_DB_CACERT}
9796
# key_password: ${SOURCE_DB_KEY_PASSWORD}
9897
tables:
99-
emp:
100-
snapshot_sql: "SELECT * from redislabscdc.emp WHERE empno < 1000"
101-
columns:
102-
- empno
103-
- fname
104-
- lname
105-
keys:
106-
- empno
98+
redislabscdc.emp:
99+
snapshot_sql: "SELECT * from redislabscdc.emp WHERE empno < 1000"
100+
columns:
101+
- empno
102+
- fname
103+
- lname
107104
# Advanced collector properties (optional):
108105
# advanced:
109106
# Sink collector properties - see the full list at https://debezium.io/documentation/reference/stable/operations/debezium-server.html#_redis_stream

0 commit comments

Comments
 (0)