Skip to content

Commit fddc9f9

Browse files
capitancambiomatt-fleming
authored andcommitted
Add timeout hack to mitigate timeouts
1 parent a737ef3 commit fddc9f9

File tree

3 files changed

+34
-242
lines changed

3 files changed

+34
-242
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 0 additions & 166 deletions
This file was deleted.

src/databricks/sql/auth/thrift_http_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import six
77
import thrift
8+
import thrift.transport.THttpClient
89

910
logger = logging.getLogger(__name__)
1011

0 commit comments

Comments
 (0)