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
Anyquery is aware of the terminal width but when there are too many columns, it can't perform well.
A width of 203 characters for 36 columns leaves only 5.6 characters per column.
I honestly don't know how to fix that. If I remember correctly, DuckDB shows ellipsis. But that would truncate output sometimes. Or maybe anyquery should print a warning message.
In the meantime, you can try to print fewer columns or print in a format with less width such as json or linebyline. To do so, run .format [format name] in the shell.
Sorry for not being able to fix it
Cool project!
I'm pretty interested in something like this for counting GH stars or similar for open source projects
Tested with Github
Result is difficult to read
The text was updated successfully, but these errors were encountered: