Skip to content

Commit 5ca41a9

Browse files
committed
remove unneeded tests
1 parent c8f2c12 commit 5ca41a9

File tree

2 files changed

+2
-669
lines changed

2 files changed

+2
-669
lines changed

unit_tests/sources/declarative/parsers/test_model_to_component_factory.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@
1616

1717
from airbyte_cdk import AirbyteTracedException
1818
from 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
2620
from 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
748743
def test_datetime_based_cursor():
749744
content = """
750745
incremental:

0 commit comments

Comments
 (0)