-
Notifications
You must be signed in to change notification settings - Fork 102
Request for Async Support and Dependency Update #82
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
Hi @devmessias, tudo bem? Just to clarify a bit, what exactly do you mean by async? Separate thread for parallelism/concurrency, or the ability to save operation handle and come back to it later in a potentially different process? |
Ditto Andre's questions. Separately:
We don't have plans to implement the SQLAlchemy asynchronous API at this time but are open to considering this in the future. SQLAlchemy considers asyncio support to be a beta feature so I don't think it makes sense to prioritise it at this time.
I'm very curious to know what performance issues you're seeing. If you're interested we can share a dev build of
The best thing we can get is feedback on our new connector :) #57 |
SQLAlchemy support is now built-in to |
Hi all.
In my work we're using the databricks-sql-connector with sqlalchemy-databricks but it currently lacks support for async operations, which is causing performance issues for us. It would be appreciated if you could consider adding async support in a future release.
We have noticed that one dependency of the sqlalchemy (https://github.com/crflynn/sqlalchemy-databricks) dialect it is pyhive. The problem here is that pyhive is not being maintained anymore by dropbox. This raises security concerns. There are any additional considerations about changing that?
I would appreciate if you could let me know if there is anything I can do to help with these requests.
https://github.com/dropbox/PyHive/issues
The text was updated successfully, but these errors were encountered: