Skip to content
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

Add support for results streaming #251

Open
ShantiCumulio opened this issue Apr 17, 2024 · 2 comments
Open

Add support for results streaming #251

ShantiCumulio opened this issue Apr 17, 2024 · 2 comments
Labels
Component: Core Issues related to DBSQLClient, DBSQLSession, and DBSQLOperation enhancement New feature or request

Comments

@ShantiCumulio
Copy link

I've built a plugin for connecting Databricks to Luzmo. I would like to be able to process the results from a query as a readable stream, similar to how this library creates for Postgres to speed up query + data processing times.

@kravets-levko kravets-levko added enhancement New feature or request Component: Core Issues related to DBSQLClient, DBSQLSession, and DBSQLOperation labels Apr 17, 2024
@kravets-levko
Copy link
Collaborator

Hi @ShantiCumulio! This feature is already in our backlog, but, unfortunately, currently there are no estimates for when I can work on it. If you want to volunteer on implementing it - you're welcome 🙂

@kravets-levko
Copy link
Collaborator

kravets-levko commented Apr 19, 2024

A quick update on this issue. I was working on adding an iterable interface to operation (#252) when I realized that Node has a built-in helper to convert iterators into readable streams. So expect streams support very soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Issues related to DBSQLClient, DBSQLSession, and DBSQLOperation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants