Skip to content

Commit

Permalink
Update development-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Ilyichov <[email protected]>
  • Loading branch information
shivangisingh172 and 5tran-alexil authored Jan 24, 2025
1 parent 05fbe89 commit 19f262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Also, Fivetran deduplicates operations such that each primary key shows up only
- `unmodified_string` value is used to indicate columns in `update_files` where the values did not change.

#### WriteHistoryBatchRequest
The `WriteHistoryBatchRequest` RPC call provides details about the batch files containing the records to be pushed to the destination for **History Mode**. In addition to the parameters of `WriteBatchRequest`, this request also contains following batch file
The `WriteHistoryBatchRequest` RPC call provides details about the batch files containing the records to be pushed to the destination for **History Mode**. In addition to the parameters of `WriteBatchRequest`, this request also contains the `earliest_start_files` file used for updating history mode-specific columns for the existing rows in the destination.

- `earliest_start_files` is for updating history mode specific columns for the existing rows in the destination.

Expand Down

0 comments on commit 19f262d

Please sign in to comment.