1
0
mirror of synced 2026-01-21 06:08:50 -05:00
This commit is contained in:
Sherif Nada
2021-04-23 16:12:55 -07:00
parent 6bec66ed8d
commit 49296ef657
4 changed files with 6 additions and 6 deletions

View File

@@ -27,8 +27,8 @@ import sys
import time
import backoff
from base_python.logger import AirbyteLogger
from base_python.cdk.streams.exceptions import DefaultBackoffException, UserDefinedBackoffException
from base_python.logger import AirbyteLogger
from requests import codes, exceptions
TRANSIENT_EXCEPTIONS = (DefaultBackoffException, exceptions.ConnectTimeout, exceptions.ReadTimeout, exceptions.ConnectionError)