Skip to content

Commit be7b540

Browse files
DOC-4711 minor update to pipeline config text
1 parent b78c861 commit be7b540

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,9 @@ configuration contains the following data:
158158
(the default is to include all tables if you don't specify a query here).
159159
- `columns`: A list of the columns you are interested in (the default is to
160160
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.
166164
- `advanced`: These optional properties configure other Debezium-specific features.
167165
The available sub-sections are:
168166
- `sink`: All advanced properties for writing to RDI (TLS, memory threshold, etc).

0 commit comments

Comments
 (0)