We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02246dc commit 2ccff10Copy full SHA for 2ccff10
airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py
@@ -2085,13 +2085,7 @@ def create_declarative_stream(
2085
retriever,
2086
self._message_repository,
2087
),
2088
- stream_slicer=cast(
2089
- StreamSlicer,
2090
- StreamSlicerTestReadDecorator(
2091
- wrapped_slicer=combined_slicers,
2092
- maximum_number_of_slices=self._limit_slices_fetched or 5,
2093
- ),
2094
+ stream_slicer=combined_slicers,
2095
)
2096
return DefaultStream(
2097
partition_generator=partition_generator,
0 commit comments