Skip to content

Commit 8944952

Browse files
authored
Merge pull request #108540 from revinjchalil/start-from-clarifications
Added clarifications for "Start from beginning" and "Start from timestamp" options
2 parents 5422e8f + c239b42 commit 8944952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/analytical-store-change-data-capture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to providing incremental data feed from analytical store to diverse
3333
- There's no limitation around the fixed data retention period for which changes are available
3434

3535
> [!IMPORTANT]
36-
> Please note that "from the beginning" means that all data and all transactions since the container creation are availble for CDC, including deletes and updates. To ingest and process deletes and updates, you have to use specific settings in your CDC processes in Azure Synapse or Azure Data Factory. These settings are turned off by default. For more information, click [here](get-started-change-data-capture.md)
36+
> Please note that if the "Start from beginning" option is selected, the initial load includes a full snapshot of container data in the first run, and changed or incremental data is captured in subsequent runs. Similarly, when the "Start from timestamp" option is selected, the initial load processes the data from the given timestamp, and incremental or changed data is captured in subsequent runs. The `Capture intermediate updates`, `Capture Deletes` and `Capture Transactional store TTLs`, which are found under the [source options](get-started-change-data-capture.md) tab, determine if intermediate updates and deletes are captured in sinks.
3737
3838
## Features
3939

0 commit comments

Comments
 (0)