Skip to content

Commit

Permalink
Merge pull request #699 from Altinity/subkanthi-patch-1
Browse files Browse the repository at this point in the history
Update incremental_snapshot.md - fix typo
  • Loading branch information
subkanthi authored Jul 18, 2024
2 parents 7d585a1 + 9460b25 commit 1967b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/incremental_snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Restart the sink connector, either using the `sink-connector-client restart` or

**Step 3**: Insert a new row to the `signaling` table created in Step 1 with the new table information.
```
INSERT INTO dbane.dbz_signal VALUES ('d139b9b7–7777–4547–917d-e1775ea61d61', 'execute-snapshot', '{"data-collections": ["dbname.table1, dbname.table2"]}')
INSERT INTO dbname.dbz_signal VALUES ('d139b9b7–7777–4547–917d-e1775ea61d61', 'execute-snapshot', '{"data-collections": ["dbname.table1, dbname.table2"]}')
```

This step should trigger the snapshot process in parallel to the regular streaming.

0 comments on commit 1967b12

Please sign in to comment.