Skip to content

Commit 044b3e5

Browse files
clarified role of cursor in docstring
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent 8d06f5e commit 044b3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/databricks_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def execute_command(
9595
max_rows: Maximum number of rows to fetch in a single fetch batch
9696
max_bytes: Maximum number of bytes to fetch in a single fetch batch
9797
lz4_compression: Whether to use LZ4 compression for result data
98-
cursor: The cursor object that will handle the results
98+
cursor: The cursor object that will handle the results. The command id is set in this cursor.
9999
use_cloud_fetch: Whether to use cloud fetch for retrieving large result sets
100100
parameters: List of parameters to bind to the query
101101
async_op: Whether to execute the command asynchronously

0 commit comments

Comments
 (0)