Skip to content

Commit 3aab1e9

Browse files
DOC-4549 minor changes to data pipeline config.yaml example
1 parent 2c76ebf commit 3aab1e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 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:
98+
redislabscdc.emp:
10099
snapshot_sql: "SELECT * from redislabscdc.emp WHERE empno < 1000"
101100
columns:
102101
- empno
103102
- fname
104103
- lname
105-
keys:
106-
- empno
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)