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 00e57e7 commit 304ef0eCopy full SHA for 304ef0e
src/databricks/sql/backend/databricks_client.py
@@ -104,7 +104,7 @@ def execute_command(
104
parameters: List of parameters to bind to the query
105
async_op: Whether to execute the command asynchronously
106
enforce_embedded_schema_correctness: Whether to enforce schema correctness
107
- row_limit: Maximum number of rows in the operation result.
+ row_limit: Maximum number of rows in the operation result.
108
109
Returns:
110
If async_op is False, returns a ResultSet object containing the
0 commit comments