Skip to content

Commit 824e831

Browse files
chore: add PEP 249 reference link in databricks.sql package docstring
No functional change — adds a one-line comment linking to the PEP 249 spec next to the `apilevel`/`threadsafety`/`paramstyle` globals. Opened to smoke-test the integration-tests workflow; will be closed once CI completes. Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent 085cb56 commit 824e831

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/databricks/sql/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from databricks.sql.exc import *
44

55
# PEP 249 module globals
6+
# (see https://peps.python.org/pep-0249/#globals)
67
apilevel = "2.0"
78
threadsafety = 1 # Threads may share the module, but not connections.
89

0 commit comments

Comments
 (0)