1
0
mirror of synced 2025-12-25 02:09:19 -05:00

docs(airbyte-cdk): Fix error in incremental sync docs (#45194)

This commit is contained in:
Anatolii Yatsuk
2024-09-06 17:39:35 +03:00
committed by GitHub
parent 950ea0692e
commit caa12ab0c7

View File

@@ -220,7 +220,7 @@ The default state format is **per partition**, but there are options to enhance
```
### Summary
- **Per Partition**: Default, use for manageable partitions (<10k).
- **Per Partition**: Default, use for manageable partitions (\<10k).
- **Incremental Dependency**: Use for incremental parent streams with a dependent child cursor. Ensure API updates parent cursor with child records.
- **Global Substream Cursor**: Ideal for large-scale parent streams with many partitions to optimize performance.