Skip to content

Commit

Permalink
Add timeout hack to mitigate timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
capitancambio authored and matt-fleming committed Jan 26, 2024
1 parent a737ef3 commit fddc9f9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 242 deletions.
166 changes: 0 additions & 166 deletions .github/workflows/code-quality-checks.yml

This file was deleted.

1 change: 1 addition & 0 deletions src/databricks/sql/auth/thrift_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import six
import thrift
import thrift.transport.THttpClient

logger = logging.getLogger(__name__)

Expand Down
Loading

0 comments on commit fddc9f9

Please sign in to comment.