snowflakedb/snowflake-cli

SNOW-1282073: Interactive SQL mode for snowflake-cli

Closed this issue · 2 comments

Description

Since snow sql allows running one-off statements from the terminal, I only open snowsql when I want to have an interactive session. Would be great if snow sql provided an interactive experience like snowsql does.

Context

Parity with snowsql

cc: @sfc-gh-anugupta

Personal wishlist of snowsql interactive mode specific features

  • tab-completion in a dropdown for objects and commands
  • vi mode keybindings (including launch $EDITOR to edit current statement)
  • output_format=[psql|fancy_grid|orgtbl|expanded]
  • Ability to switch output_format live using !set command

Closing in favor of duplicate in #1586