We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44b298 commit 69b32e9Copy full SHA for 69b32e9
src/databricks/sql/client.py
@@ -766,11 +766,6 @@ def execute(
766
Both will result in the query equivalent to "SELECT * FROM table WHERE field = 'foo'
767
being sent to the server
768
769
- async_op:
770
- Denotes whether the execute command will execute the request asynchronously or not
771
- By default it is set to False, if set True the execution request will be submitted and the code
772
- will be non-blocking. User can later poll and request the result when ready
773
-
774
:returns self
775
"""
776
0 commit comments