File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
content/integrate/redis-data-integration/data-pipelines Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments