We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4304a1 commit fd66727Copy full SHA for fd66727
databricks/sdk/credentials_provider.py
@@ -683,8 +683,7 @@ def refresh(self) -> Token:
683
self.METADATA_SERVICE_HOST_HEADER: self.host
684
},
685
proxies={
686
- # Metadata URL usually points to localhost, so we need to exclude it from proxy
687
- # as the requests package doesn't exclude localhost from proxies by default
+ # Metadata URL usually points to localhost, and the requests package doesn't exclude localhost from proxies by default
688
"no_proxy": "localhost,127.0.0.1"
689
})
690
json_resp: dict[str, Union[str, float]] = resp.json()
0 commit comments