1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Update cdc.md (#44394)

This commit is contained in:
Juan
2024-08-19 13:45:00 -04:00
committed by GitHub
parent efd76b79d0
commit a7863a0e93

View File

@@ -26,6 +26,7 @@ We add some metadata columns for CDC sources which all begin with the `_ab_cdc_`
- The modifications you are trying to capture must be made using `DELETE`/`INSERT`/`UPDATE`. For example, changes made from `TRUNCATE`/`ALTER` won't appear in logs and therefore in your destination.
- There are database-specific limitations. See the documentation pages for individual connectors for more information.
- The records produced by `DELETE` statements only contain primary keys. All other data fields are unset.
- The final table will not show the records whose most recent entry has been deleted, as denoted by _ab_cdc_deleted_at.
## Current Support