-
Notifications
You must be signed in to change notification settings - Fork 102
[Feature Request] Support async execution #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 this affects databricks usability in the external systems as it is not possible to navigate to the query when it is running, failed or times out and makes debugging much more complex than it should be |
@rcypher-databricks @yunbodeng-db @andrefurlan-db @jackyhu-db @benc-db @kravets-levko There is a community desire for async execution for various reasons. #82 and #176 My use case is OpenAI parallel tool calling which can generate multiple queries, but are executed sequentially due to lack of async support. |
We are actively working on this. |
@zhaorui2022 cc @deeksha-db We have added support for Async execution from v3.7.0 |
I don't feel like the API is appropriately async. When running a Merge-Statement the call to |
@MeinAccount We have fixed the issue and it is available in the latest release of the PySQL Connector v3.7.3 |
We are currently using
databricks-sql-python/examples/README.md
Line 34 in a5b1ab0
The text was updated successfully, but these errors were encountered: