Skip to content

Commit 8f085d5

Browse files
fix: to_hex_id -> to_hex_guid
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 26c017d commit 8f085d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def query_id(self) -> Optional[str]:
11601160
invoked via the execute method yet, or if cursor was closed.
11611161
"""
11621162
if self.active_command_id is not None:
1163-
return self.active_command_id.to_hex_id()
1163+
return self.active_command_id.to_hex_guid()
11641164
return None
11651165

11661166
@property

0 commit comments

Comments
 (0)