Skip to content

Commit 88996e0

Browse files
active_op_handle -> active_mmand_id
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent d80a3e2 commit 88996e0

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
@@ -886,7 +886,7 @@ def get_async_execution_result(self):
886886
operation_state = self.get_query_state()
887887
if operation_state == CommandState.SUCCEEDED:
888888
self.active_result_set = self.backend.get_execution_result(
889-
self.active_op_handle, self
889+
self.active_command_id, self
890890
)
891891

892892
if self.active_result_set and self.active_result_set.is_staging_operation:

0 commit comments

Comments
 (0)