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 8d06f5e commit 044b3e5Copy full SHA for 044b3e5
src/databricks/sql/backend/databricks_client.py
@@ -95,7 +95,7 @@ def execute_command(
95
max_rows: Maximum number of rows to fetch in a single fetch batch
96
max_bytes: Maximum number of bytes to fetch in a single fetch batch
97
lz4_compression: Whether to use LZ4 compression for result data
98
- cursor: The cursor object that will handle the results
+ cursor: The cursor object that will handle the results. The command id is set in this cursor.
99
use_cloud_fetch: Whether to use cloud fetch for retrieving large result sets
100
parameters: List of parameters to bind to the query
101
async_op: Whether to execute the command asynchronously
0 commit comments