Commit a017dff
fix: Skip retention check for concurrent state format
Add guard to detect concurrent state format (state_type/slices keys)
and skip the retention check rather than defaulting to full refresh.
Today is_sequential_state=True is hardcoded for all declarative cursors,
so concurrent format state should never appear in practice. This guard
prevents spurious full-refresh fallbacks if that assumption ever changes.
Co-Authored-By: alfredo.garcia@airbyte.io <freddy.garcia7.fg@gmail.com>1 parent 1defe9e commit a017dff
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3613 | 3613 | | |
3614 | 3614 | | |
3615 | 3615 | | |
| 3616 | + | |
| 3617 | + | |
| 3618 | + | |
| 3619 | + | |
| 3620 | + | |
| 3621 | + | |
| 3622 | + | |
| 3623 | + | |
3616 | 3624 | | |
3617 | 3625 | | |
3618 | 3626 | | |
| |||
0 commit comments