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 39369ce commit 87d6bf1Copy full SHA for 87d6bf1
unit_tests/sources/declarative/extractors/test_combined_extractor.py
@@ -5,11 +5,15 @@
5
import json
6
from unittest.mock import MagicMock
7
8
-from airbyte_cdk.models import (ConfiguredAirbyteCatalog,
9
- ConfiguredAirbyteStream, DestinationSyncMode,
10
- Type)
11
-from airbyte_cdk.sources.declarative.concurrent_declarative_source import \
12
- ConcurrentDeclarativeSource
+from airbyte_cdk.models import (
+ ConfiguredAirbyteCatalog,
+ ConfiguredAirbyteStream,
+ DestinationSyncMode,
+ Type,
13
+)
14
+from airbyte_cdk.sources.declarative.concurrent_declarative_source import (
15
+ ConcurrentDeclarativeSource,
16
17
from airbyte_cdk.test.mock_http import HttpMocker, HttpRequest, HttpResponse
18
19
0 commit comments