Skip to content

Commit d7337a6

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 393a23e commit d7337a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ def _build_concurrent_cursor(
22092209
)
22102210
elif model.incremental_sync:
22112211
if type(model.incremental_sync) == IncrementingCountCursorModel:
2212-
return self.create_concurrent_cursor_from_incrementing_count_cursor( # type: ignore # This is a known issue that we are creating and returning a ConcurrentCursor which does not technically implement the (low-code) StreamSlicer. However, (low-code) StreamSlicer and ConcurrentCursor both implement StreamSlicer.stream_slices() which is the primary method needed for checkpointing
2212+
return self.create_concurrent_cursor_from_incrementing_count_cursor( # type: ignore # This is a known issue that we are creating and returning a ConcurrentCursor which does not technically implement the (low-code) StreamSlicer. However, (low-code) StreamSlicer and ConcurrentCursor both implement StreamSlicer.stream_slices() which is the primary method needed for checkpointing
22132213
model_type=IncrementingCountCursorModel,
22142214
component_definition=model.incremental_sync.__dict__,
22152215
stream_name=model.name or "",

0 commit comments

Comments
 (0)