forked from databricks/databricks-sql-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add timeout hack to mitigate timeouts
- Loading branch information
1 parent
a737ef3
commit fddc9f9
Showing
3 changed files
with
34 additions
and
242 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
|
||
import six | ||
import thrift | ||
import thrift.transport.THttpClient | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
Oops, something went wrong.