SnowCLI version
3.14.0
Python version
3.10.12
Platform
Linux-6.8.0088-generic-x86_64-with-glibc2.35
What happened
Run a 'select * from a_table_of_many_varialbes;' inside snow sql, the output will be a series of '|' characters. In other words, the internal formatting algorithm removes all contents in order to fit the many '|' field separators.
Console output
The output would be something like:
+-------------------------------------------------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
How to reproduce
Run a 'select * from a_table_of_many_varialbes;' inside snow sql.