Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update incremental_snapshot.md #911

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading