snowflakedb / snowflake-cli

Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations.
https://docs.snowflake.com/developer-guide/snowflake-cli-v2/index
Apache License 2.0
183 stars 54 forks source link

SNOW-1797974: snow describe shows all columns horizontally making it hard to read #1849

Open sfc-gh-sichen opened 1 week ago

sfc-gh-sichen commented 1 week ago

SnowCLI version

No response

Python version

3.1.0.dev0 (main)

Platform

arm64

What happened

snow object describe displays columns horizontally. If there are many columns or a particular column's output is not short, the output will be squeezed and hard to read. For example, image (1)

It would be much easier if we use single-row output, and display all the columns vertically.

Console output

No response

How to reproduce

No response