We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509ea05 commit 8d44150Copy full SHA for 8d44150
airbyte_cdk/sources/declarative/incremental/concurrent_partition_cursor.py
@@ -58,7 +58,7 @@ class ConcurrentPerPartitionCursor(Cursor):
58
CurrentPerPartitionCursor expects the state of the ConcurrentCursor to follow the format {cursor_field: cursor_value}.
59
"""
60
61
- DEFAULT_MAX_PARTITIONS_NUMBER = 10_000
+ DEFAULT_MAX_PARTITIONS_NUMBER = 25_000
62
SWITCH_TO_GLOBAL_LIMIT = 1000
63
_NO_STATE: Mapping[str, Any] = {}
64
_NO_CURSOR_STATE: Mapping[str, Any] = {}
0 commit comments