Skip to content

Commit

Permalink
clarify how state is handled with partial sync (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie authored Jul 7, 2022
1 parent 403675d commit dc8e426
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user_guide/resync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ and specify the tap and target ids and table, column ,start_value and end_value(
$ pipelinewise partial_sync_table --target <target_id> --tap <tap_id> --table schema.table --column column_name --start_value start_value_from_column --end_value end_value_from_column
if there is no end_value then it will load from start_value to the end of the table
and will update the bookmark in the internal state file.
**note** if there is no end_value, the internal state file will be updated with the replication value (gtid, wal, etc) that was captured at the start of the partial sync

.. warning::

Expand Down

0 comments on commit dc8e426

Please sign in to comment.