You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.1.0 is broken, unified_http_client.py:225 raises "AttributeError: module 'urllib3' has no attribute 'BaseHTTPResponse'. Did you mean: 'HTTPResponse'?" #677
Since 4.1.0 was released a couple of hours ago, (atleast) dbt seed on Databricks in Jobs is broken, raising AttributeError: module 'urllib3' has no attribute 'BaseHTTPResponse'. Did you mean: 'HTTPResponse from line 225, in UnifiedHttpClient ) -> Generator[urllib3.BaseHTTPResponse, None, None]:
I would suggest janking the update from pip, as this seems to break every single cluster that launches since this issue was created
bgrams and stefvraguyarad, ryanfortinOC and kuca4hk