File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
airbyte_cdk/sources/declarative/parsers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments