You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte_cdk/sources/streams/http/error_handlers/default_error_mapping.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
InvalidURL: ErrorResolution(
22
22
response_action=ResponseAction.RETRY,
23
23
failure_type=FailureType.transient_error,
24
-
error_message="Temporary DNS resolution error occurred. Retrying...",
24
+
error_message="Invalid URL specified or DNS error occurred: The endpoint that data is being requested from is not a valid URL. Exception: requests.exceptions.InvalidURL",
0 commit comments