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 e74ccd1 commit 06a5d54Copy full SHA for 06a5d54
src/databricks/sql/backend/sea/backend.py
@@ -126,7 +126,6 @@ def __init__(
126
super().__init__(ssl_options=ssl_options, **kwargs)
127
128
self.use_hybrid_disposition = kwargs.get("use_hybrid_disposition", True)
129
- logger.info(f"use_hybrid_disposition: {self.use_hybrid_disposition}")
130
131
# Extract warehouse ID from http_path
132
self.warehouse_id = self._extract_warehouse_id(http_path)
0 commit comments