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

Feature Request: progress bar #700

Open
gatesn opened this issue Dec 1, 2024 · 2 comments
Open

Feature Request: progress bar #700

gatesn opened this issue Dec 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@gatesn
Copy link

gatesn commented Dec 1, 2024

I'm using Harlequin to execute OLAP-style queries that can run for seconds or minutes.

If I was able to report this information back from a driver, would you consider accepting a PR that displayed this progress?

@tconbeer
Copy link
Owner

tconbeer commented Dec 1, 2024

Are there any RDBMS that provide a progress bar? I know you could update the bar if you fetch records in batches but for OLAP dabs that shouldn't be the majority of the execution time?

But if so, then yes. There is actually a Textual progress bar widget that would work fine. It would probably fit in the "Run Query Bar" between the editor and results pane.

@gatesn
Copy link
Author

gatesn commented Dec 1, 2024

I know FlightSQL does provide a query progress field, but I don't know if it's exposed through ADBC. Not sure on any others, but Spark, Trino, etc all expose progress in some form.

@tconbeer tconbeer added the enhancement New feature or request label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants