Skip to content

Commit

Permalink
docs(airbyte-cdk): Fix error in incremental sync docs (#45194)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 authored Sep 6, 2024
1 parent 950ea06 commit caa12ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit caa12ab

Please sign in to comment.