Skip to content

Commit

Permalink
Merge pull request #911 from Altinity/subkanthi-patch-4
Browse files Browse the repository at this point in the history
Update incremental_snapshot.md
  • Loading branch information
subkanthi authored Nov 6, 2024
2 parents 0b0977e + 051c719 commit 8c77676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/incremental_snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ data VARCHAR(2048) NULL);
table.include.list:"dbname.table1, dbname.table2`
signal.data.collection: "dbname.dbz_signal"
```
For **postgres**, the `signal.data.collection` variable should be `schema_name.table_name`.

Restart the sink connector, either using the `sink-connector-client restart` or by stopping/starting sink connector.

**Step 3**: Insert a new row to the `signaling` table created in Step 1 with the new table information.
Expand Down

0 comments on commit 8c77676

Please sign in to comment.