We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b0977e + 051c719 commit 8c77676Copy full SHA for 8c77676
doc/incremental_snapshot.md
@@ -15,6 +15,8 @@ data VARCHAR(2048) NULL);
15
table.include.list:"dbname.table1, dbname.table2`
16
signal.data.collection: "dbname.dbz_signal"
17
```
18
+For **postgres**, the `signal.data.collection` variable should be `schema_name.table_name`.
19
+
20
Restart the sink connector, either using the `sink-connector-client restart` or by stopping/starting sink connector.
21
22
**Step 3**: Insert a new row to the `signaling` table created in Step 1 with the new table information.
0 commit comments