Skip to content

Commit

Permalink
Fixed java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Nov 25, 2024
1 parent b44b298 commit 69b32e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/databricks/sql/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,11 +766,6 @@ def execute(
Both will result in the query equivalent to "SELECT * FROM table WHERE field = 'foo'
being sent to the server
async_op:
Denotes whether the execute command will execute the request asynchronously or not
By default it is set to False, if set True the execution request will be submitted and the code
will be non-blocking. User can later poll and request the result when ready
:returns self
"""

Expand Down

0 comments on commit 69b32e9

Please sign in to comment.