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 d80a3e2 commit 88996e0Copy full SHA for 88996e0
src/databricks/sql/client.py
@@ -886,7 +886,7 @@ def get_async_execution_result(self):
886
operation_state = self.get_query_state()
887
if operation_state == CommandState.SUCCEEDED:
888
self.active_result_set = self.backend.get_execution_result(
889
- self.active_op_handle, self
+ self.active_command_id, self
890
)
891
892
if self.active_result_set and self.active_result_set.is_staging_operation:
0 commit comments