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 d939fe3 commit cac9c7aCopy full SHA for cac9c7a
src/databricks/sql/__init__.py
@@ -9,7 +9,7 @@
9
paramstyle = "named"
10
11
import re
12
-import logging
+
13
from typing import TYPE_CHECKING
14
15
if TYPE_CHECKING:
src/databricks/sql/exc.py
@@ -1,4 +1,7 @@
1
import json
2
+import logging
3
4
+logger = logging.getLogger(__name__)
5
from databricks.sql.telemetry.telemetry_client import TelemetryClientFactory
6
7
0 commit comments