File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
content/integrate/redis-data-integration/data-pipelines Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,9 @@ configuration contains the following data:
158
158
(the default is to include all tables if you don't specify a query here).
159
159
- ` columns ` : A list of the columns you are interested in (the default is to
160
160
include all columns if you don't supply a list)
161
- - ` keys ` : A list of primary keys, one for each table. If the table doesn't
162
- have a column with a
163
- [ ` PRIMARY KEY ` ] ( https://www.w3schools.com/sql/sql_primarykey.asp ) or
164
- [ ` UNIQUE ` ] ( https://www.w3schools.com/sql/sql_unique.asp ) constraint then you can
165
- supply a unique composite key.
161
+ - ` keys ` : A list of columns to create a composite key if your table
162
+ doesn't already have a [ ` PRIMARY KEY ` ] ( https://www.w3schools.com/sql/sql_primarykey.asp ) or
163
+ [ ` UNIQUE ` ] ( https://www.w3schools.com/sql/sql_unique.asp ) constraint.
166
164
- ` advanced ` : These optional properties configure other Debezium-specific features.
167
165
The available sub-sections are:
168
166
- ` sink ` : All advanced properties for writing to RDI (TLS, memory threshold, etc).
You can’t perform that action at this time.
0 commit comments