You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using DuckDB, no results are being returned. Unlike previous versions, where the expected results were returned as outlined in the documentation https://duckdb.org/docs/guides/meta/summarize, the current version displays a progress bar and yields an empty dataset with a column named "Success".
hey @alejandrob17 we've merged a PR that fixes it, if you get a chance, please install JupySQL from the master branch and try it out. we'll release this next week!
What happens?
When the following command is executed:
%sql SUMMARIZE tbl;
using DuckDB, no results are being returned. Unlike previous versions, where the expected results were returned as outlined in the documentation https://duckdb.org/docs/guides/meta/summarize, the current version displays a progress bar and yields an empty dataset with a column named "Success".
To Reproduce
%sql SUMMARIZE t1;
OS:
wsl2
JupySQL Version:
0.10.0
Full Name:
Alejandro Bolaños
Affiliation:
Universidad Buenos Aires
The text was updated successfully, but these errors were encountered: