File tree Expand file tree Collapse file tree 2 files changed +2
-669
lines changed
Expand file tree Collapse file tree 2 files changed +2
-669
lines changed Original file line number Diff line number Diff line change 1616
1717from airbyte_cdk import AirbyteTracedException
1818from airbyte_cdk .legacy .sources .declarative .declarative_stream import DeclarativeStream
19- from airbyte_cdk .legacy .sources .declarative .incremental import (
20- CursorFactory ,
21- DatetimeBasedCursor ,
22- PerPartitionCursor ,
23- PerPartitionWithGlobalCursor ,
24- ResumableFullRefreshCursor ,
25- )
19+ from airbyte_cdk .legacy .sources .declarative .incremental import DatetimeBasedCursor
2620from airbyte_cdk .models import (
2721 AirbyteStateBlob ,
2822 AirbyteStateMessage ,
@@ -745,6 +739,7 @@ def test_create_substream_partition_router():
745739 assert partition_router .parent_stream_configs [1 ].request_option is None
746740
747741
742+ # todo: delete this class once we deprecate SimpleRetriever.cursor and SimpleRetriever.state methods
748743def test_datetime_based_cursor ():
749744 content = """
750745 incremental:
You can’t perform that action at this time.
0 commit comments