Skip to content

Commit 8e81825

Browse files
committed
CDK: add comment
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 642e856 commit 8e81825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,8 @@ def create_incrementing_count_cursor(
21802180
) -> DatetimeBasedCursor:
21812181
# This should not actually get used anywhere at runtime, but needed to add this to pass checks since
21822182
# we still parse models into components. The issue is that there's no runtime implementation of a
2183-
# IncrementingCountCursor. Maybe this should just be a pass or returns None?
2183+
# IncrementingCountCursor.
2184+
# A known and expected issue with this stub is running a check with the declared IncrementingCountCursor because it is run without ConcurrentCursor.
21842185
return DatetimeBasedCursor(
21852186
cursor_field=model.cursor_field,
21862187
datetime_format="%Y-%m-%d",

0 commit comments

Comments
 (0)