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 75a1948 commit 72993eeCopy full SHA for 72993ee
docsrc/Connecting_and_queries.rst
@@ -410,7 +410,7 @@ SQL statements in the Firebolt UI.
410
Asynchronous query execution
411
==========================================
412
413
-Not to be confused with :ref:`Server-side async`. Asynchronous Python SDK
+Asynchronous Python SDK
414
functionality is used to write concurrent code. Unlike in a synchronous approach, when executing
415
a query is a blocking operation, this approach allows doing other processing or queries while the
416
original query is waiting on the network or the server to respond. This is especially useful when
0 commit comments