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 5494793 commit 3c89ac1Copy full SHA for 3c89ac1
src/databricks/sql/client.py
@@ -254,7 +254,6 @@ def read(self) -> Optional[OAuthToken]:
254
access_token_kv = {"access_token": access_token}
255
kwargs = {**kwargs, **access_token_kv}
256
257
- # Handle enable_metric_view_metadata parameter
258
enable_metric_view_metadata = kwargs.get("enable_metric_view_metadata", False)
259
if enable_metric_view_metadata:
260
if session_configuration is None:
0 commit comments