I'm trying to debug a problem where my request appears to hang indefinitely.
If I pause the program in the debugger it's deep in a retry loop in urllib
>>> response
<urllib3.response.HTTPResponse at 0x187b9786ec0>
>>> response.status
403
...and it seems the default timeout for requests is 15mins
>>> self
<databricks.sql.auth.thrift_http_client.THttpClient at 0x187b97858a0>
>>> self._THttpClient__timeout
900.0