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 b3c0734 commit 984f4ebCopy full SHA for 984f4eb
unit_tests/sources/streams/http/test_http.py
@@ -20,7 +20,7 @@
20
from airbyte_cdk.sources.streams.core import StreamData
21
from airbyte_cdk.sources.streams.http import HttpStream, HttpSubStream
22
from airbyte_cdk.sources.streams.http.error_handlers import ErrorHandler, HttpStatusErrorHandler
23
-from airbyte_cdk.sources.streams.http.error_handlers.response_models import ResponseAction
+from airbyte_cdk.sources.streams.http.error_handlers.response_models import ResponseAction, FailureType
24
from airbyte_cdk.sources.streams.http.exceptions import (
25
DefaultBackoffException,
26
RequestBodyException,
0 commit comments