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 fb40a6b commit 9175283Copy full SHA for 9175283
airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py
@@ -610,7 +610,9 @@
610
)
611
from airbyte_cdk.sources.streams.concurrent.default_stream import DefaultStream
612
from airbyte_cdk.sources.streams.concurrent.helpers import get_primary_key_from_stream
613
-from airbyte_cdk.sources.streams.concurrent.partitions.stream_slicer import StreamSlicer as ConcurrentStreamSlicer
+from airbyte_cdk.sources.streams.concurrent.partitions.stream_slicer import (
614
+ StreamSlicer as ConcurrentStreamSlicer,
615
+)
616
from airbyte_cdk.sources.streams.concurrent.state_converters.datetime_stream_state_converter import (
617
CustomFormatConcurrentStreamStateConverter,
618
DateTimeStreamStateConverter,
0 commit comments