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 1d5b468 commit 76ac6f7Copy full SHA for 76ac6f7
airbyte_cdk/sources/file_based/stream/concurrent/adapters.py
@@ -19,7 +19,9 @@
19
)
20
from airbyte_cdk.sources import AbstractSource
21
from airbyte_cdk.sources.connector_state_manager import ConnectorStateManager
22
-from airbyte_cdk.sources.file_based.availability_strategy import AbstractFileBasedAvailabilityStrategy
+from airbyte_cdk.sources.file_based.availability_strategy import (
23
+ AbstractFileBasedAvailabilityStrategy,
24
+)
25
from airbyte_cdk.sources.file_based.config.file_based_stream_config import PrimaryKeyType
26
from airbyte_cdk.sources.file_based.file_types.file_type_parser import FileTypeParser
27
from airbyte_cdk.sources.file_based.remote_file import RemoteFile
0 commit comments